reorder build task

This commit is contained in:
Sam 2016-04-27 21:58:21 +03:00
parent 4a73d4c8ca
commit a52b464da5
5 changed files with 1 additions and 3045 deletions

View file

@ -294,7 +294,7 @@ module.exports = function(grunt) {
grunt.registerTask('lint:tests', ['jshint:allTests']);
// Build task(s).
grunt.registerTask('build', ['lint', 'loadConfig', 'cssmin', 'ngAnnotate', 'uglify', 'html2js:main']);
grunt.registerTask('build', ['lint', 'loadConfig', 'cssmin', 'html2js:main', 'ngAnnotate', 'uglify']);
// Test task(s).
grunt.registerTask('test', ['lint:tests', 'test:server', 'test:client']);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long