Created
March 20, 2014 08:16
-
-
Save dasim/9659369 to your computer and use it in GitHub Desktop.
Gruntifile.js watch task part
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
watch: { | |
sass: { | |
files: 'sass/**/*.sass', | |
tasks: ['sass:dev'] | |
}, | |
js: { | |
files: ['js/*.js'], | |
tasks: ['uglify:dev'] | |
}, | |
livereload: { | |
files: ['build/*.css', 'build/*.js'], | |
options: { | |
livereload: true, | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment