Skip to content

Instantly share code, notes, and snippets.

@dbashford
Created September 2, 2014 02:10
Show Gist options
  • Save dbashford/6aa406bd93e09f692c2f to your computer and use it in GitHub Desktop.
Save dbashford/6aa406bd93e09f692c2f to your computer and use it in GitHub Desktop.
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