Module: Bundler::Bower::BundlerInstaller

Defined in:
lib/bundler/bower/bundler_installer.rb

Instance Method Summary collapse

Instance Method Details

#run(options) ⇒ Object



6
7
8
9
10
# File 'lib/bundler/bower/bundler_installer.rb', line 6

def run(options)
  result = super
  Bundler::Bower::Rake.new(options).perform
  result
end