Closed khoanguyen123 closed 8 years ago
I have the same issue with the skeleton-navigation project.
@khoanguyen123 @JasonWeise Could it be a gulp issue? It should not take this long. The bundler is a library. Could you write a plain node script with bundler
and try like:
node my-bunlder.js
Closing this one. I don't think it's a aurelia-bundler
issue. Please consider raising a new issue if you think otherwise.
Sometimes "gulp bundle" takes just a few minutes to complete, but most of the time it took 45 minutes. I am not sure what it's doing under the hood. Especially, the "gulp export" is the killer:
Doing "gulp export" takes 45 minutes Doing "gulp export" after "gulp bundle" makes the app failed to load: it keeps spinning at the loading page.