Closed nweldev closed 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.
Fixed by #24
Here are the unwanted calls:
closed by 6033c0915162077253e9249fe78267d735b6287b
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.