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() result = super Bundler::Bower::Rake.new().perform result end |