liferay / liferay-theme-tasks

A set of tasks for building and deploying Liferay Portal themes.
18 stars 24 forks source link

Generate WAR file name based package name + version meta data #30

Closed blzaugg closed 8 years ago

blzaugg commented 8 years ago

Rather than mytheme-theme.war, use mytheme-theme-1.0.0.war. Based on info from package.json.

{
    "name": "mytheme-theme",
    "version": "1.0.0"
}
robframpton commented 8 years ago

See https://github.com/liferay/liferay-theme-tasks#distname

Keep in mind that this will actually change the context path of the theme when you deploy it via the deploy directory.

Also see https://github.com/liferay/liferay-theme-tasks/issues/17

blzaugg commented 8 years ago

Ah