diff --git a/build/Gruntfile.js b/build/Gruntfile.js index f83ec99..b3d354a 100644 --- a/build/Gruntfile.js +++ b/build/Gruntfile.js @@ -90,6 +90,8 @@ module.exports = function( grunt ) { files: [ { src: '../index.html', dest: '../production/index.html' }, { src: '../manifest.json', dest: '../production/manifest.json' }, + { src: '../.gitignore', dest: '../production/.gitignore' }, + { src: '../LICENSE', dest: '../production/LICENSE' }, { expand: true, cwd: '../',