Switch from Webpacker to cssbundling-rails, upgrade Tailwind CSS to version 3 #59

Merged
raucao merged 32 commits from dev/cssbundling into master 2022-02-17 14:45:18 +00:00
Showing only changes of commit cd3e4161b8 - Show all commits

View File

@ -19,9 +19,9 @@ Setting up local database (SQLite):
bundle exec rails db:create
bundle exec rails db:migrate
Running the dev server:
Running the dev server and auto-building CSS files on change:
bundle exec rails server
bin/dev
Running the background workers (requires Redis):