Fix ignore statements

This commit is contained in:
Henri Bergius 2018-12-15 19:44:20 +01:00
parent 651b607078
commit 81c1ba4cf1

View file

@ -34,12 +34,12 @@ module.exports = {
{ {
from: '**/index.html', from: '**/index.html',
to: './', to: './',
ignore: ['node_modules/*'], ignore: ['node_modules/**/*.html'],
}, },
{ {
from: '**/*.svg', from: '**/*.svg',
to: './', to: './',
ignore: ['node_modules/*'], ignore: ['node_modules/**/*.svg'],
}, },
{ {
from: 'theme/*', from: 'theme/*',