Emerjoin / Hi-Framework-features

Java EE Framework
5 stars 1 forks source link

Implement Lazy-loading for js controllers #94

Open emjunior258 opened 7 years ago

emjunior258 commented 7 years ago

View controller javascript files are currently being boiled into one file, the hi-es5.js adding a significant overhead to the application in the loading process, as the hi-es5.js file gets huge, on the other hand, all the views controllers code is immediately accessible, without restrictions.