Rails 7 -j esbuild —css bootstrap running into problems no importmap.rb file generated
Hi Everyone,
Going through the process of setting up a new rails project
If I use rails new Rails generates a file importmap.rb in the config folder
If I use rails new -j esbuild —css bootstrap the install does not create the importmap.rb
Is there a work around for this.
Pat SY StellaAustralis
Although Rails does not come with Tailwind out of the box, this article will show you how to add Tailwind CSS to a new Ruby on Rails project ...