Last active
December 6, 2016 13:49
-
-
Save morhetz/bb080d65d8e7283d71330b70e8f507d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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