1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-21 16:35:04 -05:00

trigger ngtemplates on template change in watch task

This commit is contained in:
Mario Volke 2014-12-02 16:26:37 +01:00
parent f0f215ad5b
commit b5e305534e

View File

@ -464,7 +464,7 @@ module.exports = function(grunt) {
tasks: ['dist-css', 'manifest']
},
jsApp: {
files: ['src/js/**/*.js'],
files: ['src/js/**/*.js', 'src/**/*.html'],
tasks: ['dist-js-app']
},
jsUnitTest: {