sample_rails_tailwind/bin
songtianlun d795de6aa1 feat: update asset management and add bundling tools
- Add cssbundling-rails and jsbundling-rails gems for improved
  asset management.
- Create a Procfile for development with separate processes for
  CSS and JS.
- Remove unused jQuery and Bootstrap assets from the
  application.
- Update .gitignore to exclude build artifacts and node_modules.

These changes streamline the asset pipeline, allowing for
better organization and performance in handling CSS and JS
files. The removal of unused assets reduces clutter and
potential conflicts in the asset management process.
2025-01-02 14:45:44 +08:00
..
brakeman init sample-app 2024-12-29 17:12:54 +08:00
bundle init sample-app 2024-12-29 17:12:54 +08:00
dev feat: update asset management and add bundling tools 2025-01-02 14:45:44 +08:00
docker-entrypoint init sample-app 2024-12-29 17:12:54 +08:00
importmap init sample-app 2024-12-29 17:12:54 +08:00
jobs init sample-app 2024-12-29 17:12:54 +08:00
kamal init sample-app 2024-12-29 17:12:54 +08:00
rails init sample-app 2024-12-29 17:12:54 +08:00
rake init sample-app 2024-12-29 17:12:54 +08:00
rubocop init sample-app 2024-12-29 17:12:54 +08:00
setup init sample-app 2024-12-29 17:12:54 +08:00
thrust init sample-app 2024-12-29 17:12:54 +08:00