Skip to content

Commit

Permalink
Fix assets directory structure to generate public/_themes during `s…
Browse files Browse the repository at this point in the history
  • Loading branch information
maxperei committed Mar 26, 2021
1 parent 3574640 commit 9d86fe0
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const Encore = require('@symfony/webpack-encore');
Encore
.setOutputPath('public/bootstrap-theme')
.setPublicPath('/bootstrap-theme')
.addEntry('app', './themes/BootstrapTheme/assets/app.js')
.addEntry('app', './themes/BootstrapTheme/public/app.js')
.disableSingleRuntimeChunk()
.cleanupOutputBeforeBuild()
.enableSassLoader()
Expand Down

0 comments on commit 9d86fe0

Please sign in to comment.