You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
Greetings,
I've been using your generator for quite some time now and I was wondering if it's possible to separate the generated code into two files, vendor (for files from jspm_packages folder) and app or index (for code from src/). I'm not an expert in configuring gulp, jspm etc... so i'm not sure how to do it
Implementing this to your repository could help reduce loading times when there are changes to the main code (which happen more frequently than changes in installed libraries) so that people will have to download only the index file if this changed while the vendor bundle will be cached
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Greetings,
I've been using your generator for quite some time now and I was wondering if it's possible to separate the generated code into two files, vendor (for files from jspm_packages folder) and app or index (for code from src/). I'm not an expert in configuring gulp, jspm etc... so i'm not sure how to do it
Implementing this to your repository could help reduce loading times when there are changes to the main code (which happen more frequently than changes in installed libraries) so that people will have to download only the index file if this changed while the vendor bundle will be cached
The text was updated successfully, but these errors were encountered: