Adam Harkus
Adam Harkus

Reputation: 2210

SAPUI5 Deploying from SAP WEB IDE

We have on-Premise apps deployed through Eclipse to our ABAP repository, with the component-preload file generated using gulp.

Now that we've moved to SAP WEB IDE, which using grunt as opposed to gulp. Can apps be deployed directly to ABAP without eclipse or will it cause conflicts?

Upvotes: 0

Views: 478

Answers (1)

Marc
Marc

Reputation: 6190

we have a similar environment:

  • WebIDE Full Stack
  • Gulp

I manually deployed an application to our ABAP Repo. The app works but is not minified.

If you are dropping Eclipse completely and only use the WebIDE you probably won't need gulp and can replace it with the default grunt stuff generated by the WebIDE.

Upvotes: 1

Related Questions