Skip to content

Instantly share code, notes, and snippets.

@kball
Created August 24, 2017 23:20
Show Gist options
  • Save kball/90fc94ff06bb40944bf5e76d01c39c4f to your computer and use it in GitHub Desktop.
Save kball/90fc94ff06bb40944bf5e76d01c39c4f to your computer and use it in GitHub Desktop.
# Your project's server will run on localhost:xxxx at this port
PORT: 8000
# Autoprefixer will make sure your CSS works with these browsers
COMPATIBILITY:
- "last 2 versions"
- "ie >= 9"
- "ios >= 7"
# UnCSS will use these settings
UNCSS_OPTIONS:
html:
- "src/**/*.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/app.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment