Skip to content

Commit

Permalink
fix(grunt): Added grunt watch again
Browse files Browse the repository at this point in the history
  • Loading branch information
tombatossals committed Nov 6, 2015
1 parent c704ba2 commit f313462
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions grunt/watch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"options": {
"livereload": 7777
},
"fast": {
"files": [ "src/**/*.js", "test/unit/**.js", "test/unit/**.coffee", "test/e2e/**.js" ],
"tasks": [ "fast-build" ]
}
}

0 comments on commit f313462

Please sign in to comment.