diff options
| author | Julie Lala <jules@okfoc.us> | 2013-12-19 10:04:36 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2013-12-19 10:04:36 -0500 |
| commit | 4500b5b16284caee6de00c82a7bf42120fb35b80 (patch) | |
| tree | f499e5f3d520c384716cd8781071bc18d796f85f /Gruntfile.js | |
| parent | 4851de56eb1ff2fb52e42dbab0858e0737e6df92 (diff) | |
width and height
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 1492aee..bc18d18 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -46,7 +46,7 @@ module.exports = function(grunt) { } }, watch: { - files: ['js/!(live.min|live.concat).js','js/vendor/*'], + files: ['js/!(live.min|live.concat).js','js/record.js'], tasks: ['default'] } }); |
