lasso-js / lasso

Advanced JavaScript module bundler, asset pipeline and optimizer
581 stars 75 forks source link

lasso-page bug #228

Open kuznetsov-online opened 7 years ago

kuznetsov-online commented 7 years ago

Hello. I have found unusial bug, lasso-page doesn't always work.

Please, clone https://github.com/FiW/lasso-page-bug.git to reproduce.

I think that:

or is this my mistake?

PS: marko & lasso are awesome ;)

kuznetsov-online commented 7 years ago

I have found hack for this trouble.

https://github.com/FiW/lasso-page-bug/commit/0f623bc2bcb2409765410228ba5b3c2368f8cfd6

Mrtenz commented 6 years ago

I'm having the same issue. I think the problem is that there are two browser.json files. Dependencies specified in the browser.json file of the layout are included in the HTML, but dependencies specified in the page browser.json are not. I'd like to see a fix for this.