Module: Webpacker
- Extended by:
- Webpacker
- Included in:
- Webpacker
- Defined in:
- lib/webpacker.rb,
lib/webpacker/version.rb
Defined Under Namespace
Modules: Compiler, Helper Classes: Configuration, Engine, Env, FileLoader, Manifest
Constant Summary collapse
- VERSION =
"2.0".freeze
Instance Method Summary collapse
Instance Method Details
#bootstrap ⇒ Object
4 5 6 7 8 |
# File 'lib/webpacker.rb', line 4 def bootstrap Webpacker::Env.load Webpacker::Configuration.load Webpacker::Manifest.load end |