I've been playing around with the new Engines integration.
I'm working on a gem locally (bundled into a Rails app using the path: option in the Gemfile), and have found that I need to restart the Rails sever after making any changes.
I imagine this is expected behaviour for anyone simply bundling in a Engine gem to their app, but maybe I'm doing something wrong?
Either way it's an absolute slog for local gem development. Anything we can do to make it a bit smoother (either in the gem, or in tailwindcss-rails)?
I've been playing around with the new Engines integration.
I'm working on a gem locally (bundled into a Rails app using the
path:option in the Gemfile), and have found that I need to restart the Rails sever after making any changes.I imagine this is expected behaviour for anyone simply bundling in a Engine gem to their app, but maybe I'm doing something wrong?
Either way it's an absolute slog for local gem development. Anything we can do to make it a bit smoother (either in the gem, or in tailwindcss-rails)?