Port asset pipeline to Hanami

This commit is contained in:
2023-11-18 08:26:02 +11:00
parent d28e1d298b
commit cfbab5ab4b
21 changed files with 4747 additions and 573 deletions

View File

@@ -1,2 +1,3 @@
web: bundle exec hanami server
css: npx tailwindcss -i ./app/assets/index.css -o ./public/assets/index.css --watch
tailwind: bundle exec rake tailwind:watch
assets: bundle exec hanami assets watch