mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
dev - copy manifest on change
This commit is contained in:
parent
7bbb624540
commit
4723a2949e
@ -42,6 +42,10 @@ module.exports = function (grunt) {
|
|||||||
},
|
},
|
||||||
tasks: ['copy'],
|
tasks: ['copy'],
|
||||||
},
|
},
|
||||||
|
manifest: {
|
||||||
|
files: '<%= config.app %>/manifest.json',
|
||||||
|
tasks: ['copy'],
|
||||||
|
},
|
||||||
gruntfile: {
|
gruntfile: {
|
||||||
files: ['Gruntfile.js']
|
files: ['Gruntfile.js']
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user