Skip to content

Commit

Permalink
grunt: slimmer commit task
Browse files Browse the repository at this point in the history
* Removes docs and minification from commit task. These two actions should be
performed only before releases.

Signed-off-by: Adrian-Tudor Panescu <adrian@panescu.com>
  • Loading branch information
adrianp committed Feb 14, 2014
1 parent 9ecdf2c commit 33988a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
* README corrections (#22, #23).
* Adds silog.Logger constructor parameter checks (#21).
* grunt-mocha-cov development dependency upgrade (#25).
* Slimmer grunt commit task.

6 changes: 2 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,11 @@ module.exports = function(grunt) {
grunt.registerTask('commit', ['jshint',
'jsonlint',
'execute',
'mochacov:test',
'yuidoc',
'min']);
'mochacov:test']);

grunt.registerTask('default', ['jshint',
'jsonlint',
'execute',
'mochacov:test',
'mochacov:coverage']);
}; // done.
}; // done.

0 comments on commit 33988a9

Please sign in to comment.