class Webpack::InstallGenerator

Public Instance Methods

run_init() click to toggle source
# File lib/generators/webpack/install_generator.rb, line 5
def run_init
  rake 'webpack:init'
end
run_sync() click to toggle source
# File lib/generators/webpack/install_generator.rb, line 9
def run_sync
  rake 'webpack:sync'
end