Module: Bundlebun::Integrations::Jsbundling::Tasks
Overview
A monkeypatch for tasks that are defined in the original Rake task
Instance Method Summary collapse
Instance Method Details
#build_command ⇒ Object
44 45 46 |
# File 'lib/bundlebun/integrations/jsbundling.rb', line 44 def build_command "#{Bundlebun::Runner.binstub_or_binary_path} run --bun build" end |
#install_command ⇒ Object
40 41 42 |
# File 'lib/bundlebun/integrations/jsbundling.rb', line 40 def install_command "#{Bundlebun::Runner.binstub_or_binary_path} install" end |