Skip to content

Commit 1aef2a8

Browse files
committed
Better watch target naming.
1 parent 88ace22 commit 1aef2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ module.exports = function(grunt) {
207207
clean: ["<%= app.dist %>", "<%= app.src %>/<%= app.configDir %>"]
208208
},
209209
"watch": {
210-
commonjs: {
210+
devCommonJs: {
211211
files: [
212212
"<%= app.src %>/**/*",
213213
"!<%= app.src %>/**/*.htmlrefs",

0 commit comments

Comments
 (0)