liferay / generator-liferay-fragments

Yeoman generator for creating and maintaining Liferay Fragment projects
https://www.npmjs.com/package/generator-liferay-fragments
MIT License
30 stars 31 forks source link

Consider reusing `.zip` workflow in export/import processes #61

Closed p2kmgcl closed 4 years ago

p2kmgcl commented 5 years ago

We are relying on API calls to import/export fragments from a Liferay Server. We included this functionality to allow importing individual fragments to a server, and not needing to use .zip files.

However, because of not using .zip files, we may be losing some information when importing fragments to a Liferay Server:

p2kmgcl commented 4 years ago

This is something we are already doing (since 1.6.0)