Closed gscoders2 closed 3 years ago
I am pretty sure assets:precompile
will still be necessary. I am speculating because I haven't used it yet, but my understanding is that CSS is completely separate, and will continue being bundled by the asset pipeline. In which case assets:precompile
is still a necessary and important step for deploying to production.
You can also see that the importmap-rails
hooks directly into the asset pipeline. This tells me that assets:precompile
is required.
As to whether it will be faster: I have no idea. 😄
If with new default importmap gem in Rails 7 assets:precompile process with take a lot of time will be faster or even will not exists?