This website requires JavaScript.
Explore
Help
Register
Sign In
songtianlun
/
sample_rails_tailwind
Watch
1
Star
0
Fork
0
You've already forked sample_rails_tailwind
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
dependabot/bundler/tailwindcss-rails-4.0.0
sample_rails_tailwind
/
app
/
assets
/
config
/
manifest.js
4 lines
73 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
import bootstrap
2024-12-30 17:24:18 +08:00
//= link_tree ../images
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
// = link_tree ../builds
feat: add tailwindcss integration and demo page - Add tailwindcss-rails gem to Gemfile - Create application.tailwind.css for Tailwind styles - Update Procfile.dev for Tailwind CSS watch command - Add demo action and view for showcasing features - Update application layout to use Tailwind CSS classes - Refactor footer and header for improved styling This commit introduces Tailwind CSS for styling the application, enhancing the UI with utility-first CSS. A new demo page is also added to showcase the application features.
2025-01-16 18:17:08 +08:00
//= link_tree ../builds
Reference in New Issue
Copy Permalink