Skip to content

Commit

Permalink
Merge pull request #56 from cirosantilli/watch
Browse files Browse the repository at this point in the history
Add grunt watch.
  • Loading branch information
philschatz committed Jun 18, 2014
2 parents ee8cf8d + c731fbf commit 7c8a626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ module.exports = (grunt) ->
log: true
reporter: 'Dot'

watch:
files: 'octokit.coffee'
tasks: ['default']


# Dependencies
# ============
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"grunt-bump": "~0.0.10",
"grunt-contrib-coffee": "~0.7",
"grunt-contrib-clean": "~0.5",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.8.0",
"grunt-mocha-cov": "0.0.7",
"grunt-blanket-mocha": "git://github.com/philschatz/grunt-blanket-mocha.git#fixes-for-octokit.js",
Expand Down

0 comments on commit 7c8a626

Please sign in to comment.