Commit 1f350172 authored by NGPixel's avatar NGPixel

dev: refactor fixes

parent 5880e932
...@@ -20,6 +20,7 @@ newrelic.js ...@@ -20,6 +20,7 @@ newrelic.js
# Generated assets # Generated assets
/assets/js /assets/js
/assets/css
# Fusebox # Fusebox
.fusebox .fusebox
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
...@@ -113,7 +113,7 @@ const scssChain = [ ...@@ -113,7 +113,7 @@ const scssChain = [
]), ]),
fsbx.CSSPlugin(opts.dev ? {} : { fsbx.CSSPlugin(opts.dev ? {} : {
group: 'bundle.css', group: 'bundle.css',
outFile: './assets/css/bundle.css', outFile: '../../assets/css/bundle.css',
inject: false inject: false
}) })
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment