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'] },