Hi,I need fix any bugs in a rails project. The problem is every time I change anything in javascript I have to makebundle exec rake rails_group=assets assets:clean RAILS_ENV=development and thenbundle exec rake rails_group=assets assets:precompile RAILS_ENV=developmentand finaly restart the rails server. This way spend 10 min.
You don't need to precompile your assets in development environment. Remove config.assets.compile = false from config/environments/development.rb if it's there. Read this stackoverflow question for a better idea of what happens.
Hi,I need fix any bugs in a rails project. The problem is every time I change anything in javascript I have to makebundle exec rake rails_group=assets assets:clean RAILS_ENV=development and thenbundle exec rake rails_group=assets assets:precompile RAILS_ENV=developmentand finaly restart the rails server. This way spend 10 min.
Exists any other solution?--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-ta...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/29Bs1vd0ERwJ.
For more options, visit https://groups.google.com/groups/opt_out.