Created
September 2, 2014 02:10
-
-
Save dbashford/6aa406bd93e09f692c2f to your computer and use it in GitHub Desktop.
This file contains 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
exports.config = { | |
modules: [ | |
"copy", | |
"jshint", | |
"csslint", | |
"server", | |
"require", | |
"minify-js", | |
"minify-css", | |
"live-reload", | |
"bower" | |
], | |
watch: { | |
sourceDir: "assets", | |
compiledDir: "public", | |
javascriptDir: "javascripts", | |
exclude: [/[/\\](\.|~)[^/\\]+$/], | |
throttle: 0, | |
usePolling: true, | |
interval: 100, | |
binaryInterval: 300, | |
delay: 0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment