Skip to content

Commit

Permalink
Fixing grunt 'release' process.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hudson committed Sep 9, 2013
1 parent ade7b72 commit e95ba29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = (grunt) ->
grunt.loadNpmTasks 'grunt-bumpup'

grunt.registerTask 'default', ['watch']
grunt.registerTask 'release', ['bump', 'uglify']
grunt.registerTask 'release', ['bump', 'coffee', 'uglify']

grunt.registerTask 'bump', (type) ->
type = if type then type else 'patch'
Expand Down

0 comments on commit e95ba29

Please sign in to comment.