Switch from webpacker to (css|js)bundling-rails (#227)

* Install jsbundling-rails, uninstall rails/webpacker
* Remove outdated step from run-tests workflow
* Use cssbundling-rails for CSS
This commit is contained in:
Riccardo Graziosi
2023-05-19 17:47:01 +02:00
committed by GitHub
parent e79d550070
commit d8cf46c351
57 changed files with 646 additions and 5819 deletions

View File

@@ -4,8 +4,8 @@ set -e
sh docker-entrypoint.sh
# Needed to avoid "webpack-dev-server not found" error
# Needed to run .bin/dev
yarn install --check-files
# Launch Rails server and webpack-dev-server using Foreman
foreman start -p 3000
# Launch Rails server + yarn build:css + yarn build
./bin/dev