w20-framework / w20

W20 is a Web framework, built upon a powerful RequireJS/AngularJS/Bootstrap mix to help you develop single page applications.
https://w20-framework.github.io/
Mozilla Public License 2.0
8 stars 9 forks source link

Eliminate the need of fetching manifests when using a single minified bundle. #62

Open kavi87 opened 8 years ago

kavi87 commented 8 years ago

When modules are concatenated and minified for production the loader will still need to fetch several manifests from the server (starting with the main one followed by every other framework and/or business one) thereafter to configure the app . Maybe we should concatenate the entire configuration in the bundle or serialize the entire require.config somewhere.