diff --git a/grunt/watch.json b/grunt/watch.json new file mode 100644 index 00000000..ab7de6b0 --- /dev/null +++ b/grunt/watch.json @@ -0,0 +1,9 @@ +{ + "options": { + "livereload": 7777 + }, + "fast": { + "files": [ "src/**/*.js", "test/unit/**.js", "test/unit/**.coffee", "test/e2e/**.js" ], + "tasks": [ "fast-build" ] + } +}