Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
RE: Application Display Template, how to version code properly?
I inherited a project that uses code in ADT to display content.
I can edit the code through Liferay backend and I can either save it manually or export whole templates in .lar format.
But neither way seems appropriate to me for versioning, maintaining and deploying the project.
Is there a better way?
I can edit the code through Liferay backend and I can either save it manually or export whole templates in .lar format.
But neither way seems appropriate to me for versioning, maintaining and deploying the project.
Is there a better way?
Ber Ni NiI inherited a project that uses code in ADT to display content.
I can edit the code through Liferay backend and I can either save it manually or export whole templates in .lar format.
But neither way seems appropriate to me for versioning, maintaining and deploying the project.
Is there a better way?
I use a webdav mount of the liferay templates inside my git repository and that seems to be an easy way of keeping structure and template versions.
HTH
Fernando