-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
38 lines (35 loc) · 1.01 KB
/
config.yml
File metadata and controls
38 lines (35 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
PORT: 8000
COMPATIBILITY:
- "last 2 versions"
- "ie >= 9"
- "ios >= 7"
UNCSS_OPTIONS:
html:
- "src/**/*.html"
ignore:
- !!js/regexp ^\.is-.*
PATHS:
src: 'src'
dist: 'html'
assets:
- "src/assets/**/*"
- "!src/assets/{img,js,scss}/**/*"
fonts:
- "bower_components/materialize/fonts/roboto/**/*"
- "src/assets/fonts/**/*"
sass:
- "bower_components/materialize/sass"
- "src/assets/sass/font-awesome/**/*"
javascriptES6:
- "bower_components/jquery/dist/jquery.js"
- "bower_components/materialize/js/initial.js"
- "bower_components/materialize/js/global.js"
- "bower_components/materialize/js/parallax.js"
- "bower_components/materialize/js/forms.js"
- "bower_components/materialize/js/modal.js"
- "bower_components/materialize/js/sideNav.js"
- "bower_components/materialize/js/hammer.min.js"
- "bower_components/materialize/js/jquery.hammer.js"
- "bower_components/materialize/js/velocity.min.js"
javascriptES5:
- "src/assets/js/app.js"