stealjs / steal-tools

Build easy. Load fast.
https://stealjs.com/docs/steal-tools.html
MIT License
67 stars 23 forks source link

Add loadMainOnStartup flag to built in steal file #998

Closed m-mujica closed 6 years ago

m-mujica commented 6 years ago

Make sure this flag is set to true, in the steal file included in the built files.

I need to make a pre-release of steal#remove-automain before merging this one, just making sure tests run ok.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.002%) to 93.309% when pulling 49af8ebc45f82f4f7c917ef3df136497763d7d16 on test-steal into 32ba48f52cad0e901040ce0df0ad220f4b8acd32 on major.

m-mujica commented 6 years ago

@matthewp this is all I had to do to get steal-tools to pass, notice that I make it so steal-tools turns on the flag for the steal file in dist/bundles... if you think this looks ok, we can merge the steal brach, do a pre release and update this PR before merging it.

matthewp commented 6 years ago

Great, sounds good to me 👍