We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78e312 commit cefec89Copy full SHA for cefec89
Gruntfile.js
@@ -41,7 +41,7 @@ module.exports = function(grunt) {
41
},
42
watch: {
43
scripts: {
44
- files: ['jquery.jgrowl.js', 'jquery.jgrowl.less'],
+ files: ['jquery.jgrowl.js', 'less/*'],
45
tasks: ['jshint', 'less', 'cssmin', 'uglify'],
46
options: {
47
spawn: false,
0 commit comments