Skip to content

Commit 65d93a4

Browse files
committed
chore(grunt): add css files to grunt watch command
1 parent 8e58cf8 commit 65d93a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ module.exports = function(grunt) {
154154
},
155155

156156
watch: {
157-
files: ['libs/*.js', 'src/*.js', 'Gruntfile.js'],
157+
files: ['libs/*.js', 'src/*.js', 'src/*.css', 'Gruntfile.js'],
158158
tasks: ['concat', 'uglify', 'cssmin']
159159
}
160160
});

0 commit comments

Comments
 (0)