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 Aug 12, 2021
1 parent 1b60c13 commit 7fbbe38
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 7fbbe38

Please sign in to comment.