Activate cached themes on desktop set of application path

This commit is contained in:
Mo Bitar
2019-10-28 12:29:16 -05:00
parent b3ce96dd20
commit 6b9f630737
5 changed files with 22 additions and 14 deletions

View File

@@ -13,7 +13,8 @@ module.exports = function(grunt) {
js: {
files: ['app/assets/javascripts/**/*.js'],
tasks: [ 'concat:app', 'babel', 'browserify', 'concat:dist', 'clean'],
tasks: ['haml', 'ngtemplates', 'sass', 'concat:app', 'babel', 'browserify',
'concat:lib', 'concat:dist', 'concat:css', 'uglify', 'ngconstant:build', 'clean'],
options: {
spawn: false,
},