Module: Bundlebun::Integrations
- Defined in:
- lib/bundlebun/integrations.rb,
lib/bundlebun/integrations/execjs.rb,
lib/bundlebun/integrations/vite_ruby.rb,
lib/bundlebun/integrations/jsbundling.rb,
lib/bundlebun/integrations/cssbundling.rb
Overview
Bundlebun includes several integrations for frontend-related gems and frameworks.
Usuall, you would need to run a provided Rake task (see the list at rake -T bun
) to install any initializers or binstubs you might need. Then, the provided files will help you to initialise (patch) the code.
Typically, to call an integration / patch the loaded code, you would need to call the bun!
method, like:
Bundlebun::Integrations::Foobar.bun!
See the documentation to learn about the supported integrations.
Defined Under Namespace
Modules: Cssbundling, ExecJS, Jsbundling, ViteRuby