aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js4
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']
},