Move CSS and JS into assets
This commit is contained in:
parent
fec0feff36
commit
0215e31154
|
@ -6,7 +6,7 @@ Encore
|
||||||
.setOutputPath('build/')
|
.setOutputPath('build/')
|
||||||
.setPublicPath('/themes/custom/opdavies/build')
|
.setPublicPath('/themes/custom/opdavies/build')
|
||||||
|
|
||||||
.addEntry('app', './js/app.js')
|
.addEntry('app', './assets/js/app.js')
|
||||||
|
|
||||||
.enablePostCssLoader()
|
.enablePostCssLoader()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue