saschakiefer / generator-openui5

yeoman generator for OpenUI5 applications and assets
Other
64 stars 17 forks source link

Add options for UI5 location in the Bootstrap #24

Closed saschakiefer closed 10 years ago

saschakiefer commented 10 years ago

Need to think of a good prompt to ask users. For example - more experienced users won't want to download UI5 with every app generation but are likely to have several versions already on their PC's. Some may not have internet access at the time of generating, etc.

Maybe a prompt that gives 3 different options: 1) download ui5 with bower and lunch the node server (as it does currently)? 2) select a location of your ui5 library (for those that already have versions of UI5 downloaded)? 3) use the https://openui5.netweaver.ondemand.com/resources/sap-ui-core.js library?

That should all be available for all generators.