Skip to content

Instantly share code, notes, and snippets.

@nikibrown
Created September 2, 2014 16:45
Show Gist options
  • Save nikibrown/c906eb4c82abbde7579c to your computer and use it in GitHub Desktop.
Save nikibrown/c906eb4c82abbde7579c to your computer and use it in GitHub Desktop.
esteWatch: {
options: {
dirs: ['assets/**/']
},
scss: function(filepath) {
grunt.log.writeln(filepath);
var files = [{
src: filepath,
ext: '.css'
}];
return ['sass:dist'];
},
/* attempt to avoid listenting to changes to css files */
css: function(){
return false;
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment