Skip to content

Commit

Permalink
Grunt inited
Browse files Browse the repository at this point in the history
  • Loading branch information
inossidabile committed Nov 6, 2013
1 parent bb6202f commit e728d27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = (grunt) ->

grunt.loadNpmTasks 'grunt-release'

grunt.initConfig
release:
options:
bump: false
add: false
commit: false
push: false
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@
},
"devDependencies": {
"jasmine-node": ">= 1.0.13",
"rimraf": "~2.2.2"
"rimraf": "~2.2.2",
"grunt": "~0.4.1",
"grunt-release": "~0.6.0"
},
"homepage": "https://github.com/coffeedoc/codo",
"repository": {
Expand Down

0 comments on commit e728d27

Please sign in to comment.