diff --git a/GruntFile.js b/GruntFile.js index f2fa01d..b6ed18a 100644 --- a/GruntFile.js +++ b/GruntFile.js @@ -101,5 +101,6 @@ module.exports = function(grunt) { grunt.registerTask('default', ['concat', 'copy']); grunt.registerTask('production', ['concat', 'uglify', 'copy', 'cssmin']); + grunt.registerTask('release', ['production']); grunt.registerTask('lint', ['jshint']); };