If you don’t want to precompile Strada’s assets (e.g., you’re using jsbundling), you can do this in an initializer:
config.after_initialize do
config.assets.precompile -= Strada::Engine::PRECOMPILE_ASSETS
end
%w( strada.js ).freeze