diff options
dev - copy manifest on change
-rw-r--r-- | Gruntfile.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index f6e69f967..5ac52f74e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -42,6 +42,10 @@ module.exports = function (grunt) { }, tasks: ['copy'], }, + manifest: { + files: '<%= config.app %>/manifest.json', + tasks: ['copy'], + }, gruntfile: { files: ['Gruntfile.js'] }, |