Class: Shakapacker::WebpackRunner
- Defined in:
- lib/shakapacker/webpack_runner.rb
Constant Summary
Constants inherited from Runner
Instance Attribute Summary
Attributes inherited from Runner
Class Method Summary collapse
Methods inherited from Runner
execute_bundler_command, filter_managed_options, get_bundler_help, get_bundler_version, init_config_file, #initialize, list_builds, #package_json, print_bundler_help, print_help, print_version, #run, run_with_build_config
Constructor Details
This class inherits a constructor from Shakapacker::Runner
Class Method Details
.run(argv) ⇒ Object
7 8 9 10 11 |
# File 'lib/shakapacker/webpack_runner.rb', line 7 def self.run(argv) $stdout.sync = true Shakapacker.ensure_node_env! new(argv).run end |