Skip to content
Permalink
Browse files
Use new version of grunt-contrib-watch. Close gh-1106.
Previous versions of grunt-contrib-watch did not support editors that used safe-writes (vim, etc..).
  • Loading branch information
razic authored and dmethvin committed Jan 4, 2013
1 parent 1e5b14a commit 8ac7fa7
Showing 1 changed file with 1 addition and 1 deletion.
@@ -29,7 +29,7 @@
"grunt-compare-size": "~0.3.0",
"grunt-git-authors": "~1.1.0",
"grunt-update-submodules": "~0.2.0",
"grunt-contrib-watch": "~0.1.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-uglify": "~0.1.0",
"grunt-cli": "~0.1.0",

0 comments on commit 8ac7fa7

Please sign in to comment.