dev - copy manifest on change

feature/default_network_editable
kumavis 9 years ago
parent 7bbb624540
commit 4723a2949e
  1. 4
      Gruntfile.js

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

Loading…
Cancel
Save