Module: Bundlebun::Integrations::Cssbundling::Tasks

Extended by:
Tasks
Included in:
Tasks
Defined in:
lib/bundlebun/integrations/cssbundling.rb

Overview

A monkeypatch for tasks that are defined in the original Rake task

Instance Method Summary collapse

Instance Method Details

#build_commandObject



44
45
46
# File 'lib/bundlebun/integrations/cssbundling.rb', line 44

def build_command
  "#{Bundlebun::Runner.binstub_or_binary_path} run --bun build:css"
end

#install_commandObject



40
41
42
# File 'lib/bundlebun/integrations/cssbundling.rb', line 40

def install_command
  "#{Bundlebun::Runner.binstub_or_binary_path} install"
end