You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Hudson (JIRA)" <de...@myfaces.apache.org> on 2018/11/28 22:51:00 UTC

[jira] [Commented] (TOBAGO-1932) Refactor Bootstrap Theme Building

    [ https://issues.apache.org/jira/browse/TOBAGO-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16702475#comment-16702475 ] 

Hudson commented on TOBAGO-1932:
--------------------------------

FAILURE: Integrated in Jenkins build Tobago Trunk #1608 (See [https://builds.apache.org/job/Tobago%20Trunk/1608/])
TOBAGO-1932: Refactor Bootstrap Theme Building (lofwyr: rev 906a70acdec1ca700171df45577e64c110fedbae)
* (edit) tobago-theme/tobago-theme-standard/src/main/npm/package.json
* (edit) tobago-theme/tobago-theme-charlotteville/src/main/npm/package-lock.json
* (edit) tobago-theme/tobago-theme-scarborough/src/main/npm/package.json
* (edit) tobago-theme/tobago-theme-speyside/src/main/npm/package-lock.json
* (edit) tobago-theme/tobago-theme-speyside/src/main/npm/package.json
* (edit) tobago-theme/tobago-theme-charlotteville/src/main/npm/package.json
* (edit) tobago-theme/tobago-theme-roxborough/src/main/npm/package.json
* (edit) tobago-theme/tobago-theme-scarborough/src/main/npm/package-lock.json
* (edit) tobago-theme/tobago-theme-roxborough/src/main/npm/package-lock.json
* (edit) tobago-theme/tobago-theme-standard/src/main/npm/package-lock.json


> Refactor Bootstrap Theme Building
> ---------------------------------
>
>                 Key: TOBAGO-1932
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-1932
>             Project: MyFaces Tobago
>          Issue Type: Improvement
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Major
>             Fix For: 5.0.0
>
>
> The theme building is currently a bit unusual. Refactor it like described here: [https://getbootstrap.com/docs/4.0/getting-started/theming/]
> For that, we need a package.json and our own node build process.
> Current problem: the version should be used from the pom.xml
> {code:java}
>   "version": "4.3.0-SNAPSHOT",
>   "xxx_version": "${project.version}",
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)