SAP-archive / grunt-openui5

Grunt tasks around OpenUI5
Apache License 2.0
90 stars 34 forks source link

grunt-openui5 vs grunt-sapui5-bestpractice-build #99

Closed vin-chen closed 5 years ago

vin-chen commented 5 years ago

Hi experts,

there's a similar npm lib grunt-sapui5-bestpractice-build, and this webide guide tells user to use this one. Could you tell me what's the difference between grunt-openui5 and grunt-sapui5-bestpractice-build, and how to choose between them?

also, In ui-tooling, there's a ui5-builder module, which can also be used to build ui5 project. Which one is the future, any suggestion ?

vin-chen commented 5 years ago

Anyone can help with this question? Thanks!

matz3 commented 5 years ago

The grunt-sapui5-bestpractice-build plugin is using tasks of this project (grunt-openui5) and adds several other tasks and features for building apps and is used by WebIDE projects.

The new UI5 Tooling is the successor of the grunt tasks/plugins. It is also planned to use it for the WebIDE projects in future, so that the features of grunt-sapui5-bestpractice-build will be part of the UI5 Tooling or of an extension to it.

I hope this answers your questions.

vin-chen commented 5 years ago

Thank you @matz3 , that was clear to me now.