What’s Changed
Previously the Docker containers would unnecessarily precompile assets on container boot. This was long and just an unneeded boot delay.
With this release, assets will be precompiled on container boot only if the PWP_PRECOMPILE=true
environment variable is set. This is needed/used by people who have modified the assets to further brand or customise the theme.
If you are changing the assets in the pwpush Docker containers, set PWP_PRECOMPILE=true
.
🚀 Features
- Docker: Don't Precompile Assets by Default (#774) @pglombardo
⬆️ Dependencies updates
- ⬆️ Bump oj from 3.13.23 to 3.14.0 (#772) @dependabot
- ⬆️ Bump nokogiri from 1.14.0 to 1.14.1 (#771) @dependabot
- ⬆️ Bump tzinfo from 2.0.5 to 2.0.6 (#770) @dependabot
👥 List of contributors
@dependabot, @dependabot[bot] and @pglombardo