1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

dev - copy manifest on change

This commit is contained in:
kumavis 2016-02-12 20:02:03 -08:00
parent 7bbb624540
commit 4723a2949e

View File

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