Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 997 Bytes

STATE_OF_PROJECT.md

File metadata and controls

18 lines (11 loc) · 997 Bytes

State of the Project

Although baler is actively being developed, it is not yet feature complete or considered to be production ready.

Completed

  1. Generation of core-bundle.js for all frontend area themes
  2. Discovery of all statically-analyzable dependencies in .phtml files

Incomplete

  1. Graph Preloading (depends on #3 and #1)
  2. Support for > 1 locale (depends on #2, but easy to work around by manually copying artifacts from first locale)
  3. Minification (depends on #4, but trivial to work around)

How to Load Bundles?

The module (#1) that is needed to load bundles is currently in development. For the time being, you can load core-bundle.js by making layout modifications to replace requirejs-config.js with requirejs-bundle-config.js.