Skip to content

Commit

Permalink
grunt: package task
Browse files Browse the repository at this point in the history
* Adds package task which generates the docs and minifies.

Signed-off-by: Adrian-Tudor Panescu <adrian@panescu.com>
  • Loading branch information
adrianp committed Feb 14, 2014
1 parent 33988a9 commit 6f30900
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gruntfile.js
Expand Up @@ -170,9 +170,8 @@ module.exports = function(grunt) {
'mochacov:test',
'mochacov:coverage']);

grunt.registerTask('docs', ['yuidoc']);

grunt.registerTask('min', ['uglify']);
grunt.registerTask('package', ['yuidoc',
'uglify']);

grunt.registerTask('travis', ['jshint',
'jsonlint',
Expand Down

0 comments on commit 6f30900

Please sign in to comment.