Skip to content

Commit f313462

Browse files
committed
fix(grunt): Added grunt watch again
1 parent c704ba2 commit f313462

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

grunt/watch.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"options": {
3+
"livereload": 7777
4+
},
5+
"fast": {
6+
"files": [ "src/**/*.js", "test/unit/**.js", "test/unit/**.coffee", "test/e2e/**.js" ],
7+
"tasks": [ "fast-build" ]
8+
}
9+
}

0 commit comments

Comments
 (0)