removes uglify from build for now
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = function (grunt) {
|
||||
grunt.registerTask('watch-test', ['jshint:dev', 'karma:unit']);
|
||||
|
||||
//triggered from grunt dev or grunt
|
||||
grunt.registerTask('build', ['clean','concat','uglify','recess:build','copy']);
|
||||
grunt.registerTask('build', ['clean','concat','recess:build','copy']);
|
||||
|
||||
//utillity tasks
|
||||
grunt.registerTask('docs', ['ngdocs']);
|
||||
|
||||
Reference in New Issue
Block a user