This commit is contained in:
Mo Bitar
2018-07-03 12:41:12 -05:00
parent cfcac7008b
commit 8c9fd9308d
5 changed files with 58 additions and 12 deletions

View File

@@ -163,4 +163,7 @@ module.exports = function(grunt) {
grunt.registerTask('default', ['haml', 'ngtemplates', 'sass', 'concat:app', 'babel', 'browserify',
'concat:lib', 'concat:dist', 'ngAnnotate', 'concat:css', 'uglify']);
grunt.registerTask('vendor', ['concat:app', 'babel', 'browserify',
'concat:lib', 'concat:dist', 'ngAnnotate', 'concat:css', 'uglify']);
};