Sedona-Solutions / sdn-angularjs-seed

angularjs to angular2 transition - step 2 - systemjs - seed project
MIT License
2 stars 2 forks source link

HTTP/1 optimisation #15

Closed nweldev closed 8 years ago

nweldev commented 8 years ago

By default, most projects still use HTTP/1 in production. We therefor need to make, by default, a bundle for the target/dist which will include all the main.js dependencies, including jspm libraries, and bundles for the lazy loaded modules (excluding the dependencies already included in the "main" bundle).

The "alternatives" to this (HTTP/2 oriented, without any bundle, and HTTP/1 oriented but with separated jspm librairies bundle for a centralized management and cache optimisation) are planned for 1.2.0, and will be covered by another issue, but needs to be anticipated.

nweldev commented 8 years ago

gulp/tasks/release seems to already cover this issue. Just check this during the resolution of #18, and close it if no modification was needed, or with the same pull request.

SylvainBigonneau commented 8 years ago

Fixed by #24

SylvainBigonneau commented 8 years ago

Here are the unwanted calls:

nweldev commented 8 years ago

closed by 6033c0915162077253e9249fe78267d735b6287b