Hello everybody,
My problem is about deploy to SAPUI5 ABAP Repository from Web IDE.
My project have a image file. (Size : 10KB)
When i deploy my project, it takes very long time.
I want to deploy only changed files. But webide deploy all files again.
The following resources will be overwritten:
manifest.json
Component-preload.js
Component.js
index.html
css
style.css
view
main.view.js
controller
main.controller.js
i18n
i18n.properties
i18n_tr.properties
i18n_en.properties
util
Connectivity.js
Formatter.js
images
logo.png
Do you want to continue?
Eclipse does not work same. Eclipse deploy only changed files.
Can I deploy only changed files from Web IDE?