Specify scss for imports. Only clean css within src folder

This commit is contained in:
William Welling
2016-12-02 09:54:39 -06:00
parent df41a8ef71
commit 82ecfbf6dd
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ export var commonPlugins = [
}
),
// Copy fonts and i18n
// Copy fonts, images and i18n to dist/assets
new CopyWebpackPlugin([
{
from: path.join(__dirname, 'node_modules', 'font-awesome', 'fonts'),