removed unused modules

This commit is contained in:
William Welling
2017-09-29 20:44:11 -05:00
parent 81b2bff13e
commit 5b0dbfbc37
20 changed files with 10 additions and 366 deletions

View File

@@ -91,9 +91,6 @@ module.exports = {
}, {
from: join(__dirname, '..', 'resources', 'images'),
to: join('assets', 'images')
}, {
from: join(__dirname, '..', 'resources', 'data'),
to: join('assets', 'data')
}, {
from: join(__dirname, '..', 'resources', 'i18n'),
to: join('assets', 'i18n')