dev - copy manifest on change

This commit is contained in:
kumavis 2016-02-12 20:02:03 -08:00
parent 7bbb624540
commit 4723a2949e
1 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,10 @@ module.exports = function (grunt) {
},
tasks: ['copy'],
},
manifest: {
files: '<%= config.app %>/manifest.json',
tasks: ['copy'],
},
gruntfile: {
files: ['Gruntfile.js']
},