Added "js" grunt task

This commit is contained in:
Claudio Sanches 2016-01-22 17:42:05 -02:00
parent c1c6ef0271
commit 12c641b0d4
1 changed files with 6 additions and 0 deletions

View File

@ -235,6 +235,12 @@ module.exports = function( grunt ) {
'css'
]);
grunt.registerTask( 'js', [
'jshint',
'uglify:admin',
'uglify:frontend'
]);
grunt.registerTask( 'css', [
'sass',
'cssmin'