Prototype branding. Added resource images.

This commit is contained in:
William Welling
2016-12-02 09:46:39 -06:00
parent 82143578fd
commit df41a8ef71
4 changed files with 22 additions and 12 deletions

View File

@@ -19,6 +19,10 @@ export var commonPlugins = [
{
from: path.join(__dirname, 'node_modules', 'font-awesome', 'fonts'),
to: path.join('assets', 'fonts')
},
{
from: path.join(__dirname, 'resources', 'images'),
to: path.join('assets', 'images')
}, {
from: path.join(__dirname, 'resources', 'i18n'),
to: path.join('assets', 'i18n')