Skip to content

Instantly share code, notes, and snippets.

@morhetz
Last active December 6, 2016 13:49
Show Gist options
  • Save morhetz/bb080d65d8e7283d71330b70e8f507d2 to your computer and use it in GitHub Desktop.
Save morhetz/bb080d65d8e7283d71330b70e8f507d2 to your computer and use it in GitHub Desktop.
default: &default
entries:
index: "./src/entries/stuff.js"
globals:
devServerPort: 3811
srcScriptsDir: "./src"
buildScriptsDir: "./public"
images:
optimizationLevel: 7
interlaced: false
pngquant:
quality: "65-90"
speed: 4
mozjpeg:
quality: 77
styles:
extractCss: false
cssMangling: false
localIdentName: "ns-[name]-[local]"
browserStack: "last 2 versions, > 1%, IE >= 10"
htmls:
template: "./src/templates/index.html"
development:
<<: *default
production: &production
<<: *default
staging:
<<: *production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment