init commit
This commit is contained in:
28
myproject/config.yml
Normal file
28
myproject/config.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
# Your project's server will run on localhost:xxxx at this port
|
||||
PORT: 8102
|
||||
|
||||
# UnCSS will use these settings
|
||||
UNCSS_OPTIONS:
|
||||
html:
|
||||
# Search for used CSS classes in generated HTML files
|
||||
- "dist/**/*.html"
|
||||
ignore:
|
||||
- !!js/regexp .foundation-mq
|
||||
- !!js/regexp ^\.is-.*
|
||||
|
||||
# Gulp will reference these paths when it copies files
|
||||
PATHS:
|
||||
# Path to dist folder
|
||||
dist: "dist"
|
||||
# Paths to static assets that aren't images, CSS, or JavaScript
|
||||
assets:
|
||||
- "src/assets/**/*"
|
||||
- "!src/assets/{img,js,scss}/**/*"
|
||||
# Paths to Sass libraries, which can then be loaded with @import
|
||||
sass:
|
||||
- "node_modules/foundation-sites/scss"
|
||||
- "node_modules/motion-ui/src"
|
||||
# Paths to JavaScript entry points for webpack to bundle modules
|
||||
entries:
|
||||
- "src/assets/js/building-blocks/responsive-hidden-nav.js"
|
||||
- "src/assets/js/app.js"
|
||||
Reference in New Issue
Block a user