mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
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:
committed by
GitHub
parent
e79d550070
commit
d8cf46c351
@@ -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
|
||||
Reference in New Issue
Block a user