add gitignore and license to gruntfile

This commit is contained in:
Georg Fischer 2015-12-23 23:18:55 +01:00
parent 9f723a45ee
commit 2edd3e37b3

View File

@ -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: '../',