add gitignore and license to gruntfile
This commit is contained in:
parent
9f723a45ee
commit
2edd3e37b3
@ -90,6 +90,8 @@ module.exports = function( grunt ) {
|
|||||||
files: [
|
files: [
|
||||||
{ src: '../index.html', dest: '../production/index.html' },
|
{ src: '../index.html', dest: '../production/index.html' },
|
||||||
{ src: '../manifest.json', dest: '../production/manifest.json' },
|
{ src: '../manifest.json', dest: '../production/manifest.json' },
|
||||||
|
{ src: '../.gitignore', dest: '../production/.gitignore' },
|
||||||
|
{ src: '../LICENSE', dest: '../production/LICENSE' },
|
||||||
{
|
{
|
||||||
expand: true,
|
expand: true,
|
||||||
cwd: '../',
|
cwd: '../',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user