geekflyer / gulp-ui5-preload

Create a Component-preload.js file for openui5 / sapui5 projects
33 stars 10 forks source link

create library-preload.json for libraries #2

Closed themasch closed 9 years ago

themasch commented 9 years ago

Are there plans to support libraries and preload files for these? The differences in both files are really small, basically its the name (library-preload.json instead of Component-preload.js) and the "jQuery.sap.registerPreloadedModules( )" wrapping is left out (since its a json file).

You could just add another option "isLibrary" that triggers this (for example).