Don't import files that didn't decrypt properly

This commit is contained in:
Mo Bitar
2017-10-15 17:58:54 -05:00
parent 0838f927ab
commit cd42ef3132
4 changed files with 33 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ module.exports = function(grunt) {
watch: {
haml: {
files: ['app/assets/templates/**/*.haml'],
tasks: ['newer:haml', 'ngtemplates', 'concat'],
tasks: ['newer:haml', 'ngtemplates', 'concat:app', 'babel', 'browserify', 'concat:dist'],
options: {
spawn: false,
},