mirror of
https://github.com/astuto/astuto.git
synced 2025-12-14 18:57:51 +01:00
* Install jsbundling-rails, uninstall rails/webpacker * Remove outdated step from run-tests workflow * Use cssbundling-rails for CSS
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
web: bin/rails server -b 0.0.0.0 -p 3000
|
|
css: yarn build:css --watch --color
|
|
js: yarn build --watch --color
|