Class: Webpack::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/webpack/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#run_initObject



5
6
7
# File 'lib/generators/webpack/install_generator.rb', line 5

def run_init
  rake 'webpack:init'
end

#run_syncObject



9
10
11
# File 'lib/generators/webpack/install_generator.rb', line 9

def run_sync
  rake 'webpack:sync'
end