1
0
mirror of https://github.com/moparisthebest/mail synced 2024-11-22 17:02:17 -05:00

patch dev manifest on wtch job

This commit is contained in:
Tankred Hase 2013-11-13 14:09:05 +01:00
parent 92b7ba6601
commit c5dd7c07b9

View File

@ -116,7 +116,7 @@ module.exports = function(grunt) {
},
app: {
files: ['src/*.js', 'src/**/*.html', 'src/**/*.json', 'src/img/**/*', 'src/font/**/*'],
tasks: ['copy:app', 'copy:tpl', 'copy:img', 'copy:font']
tasks: ['copy:app', 'copy:tpl', 'copy:img', 'copy:font', 'manifest-dev']
}
},
copy: {