Move CSS and JS into assets

This commit is contained in:
Oliver Davies 2020-06-16 00:03:58 +01:00
parent fec0feff36
commit 0215e31154
16 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@ Encore
.setOutputPath('build/')
.setPublicPath('/themes/custom/opdavies/build')
.addEntry('app', './js/app.js')
.addEntry('app', './assets/js/app.js')
.enablePostCssLoader()