You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2016/12/09 12:26:41 UTC

svn commit: r1773366 - /myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh

Author: lofwyr
Date: Fri Dec  9 12:26:41 2016
New Revision: 1773366

URL: http://svn.apache.org/viewvc?rev=1773366&view=rev
Log:
TOBAGO-1601: Building the different themes (scarborough, speyside, ...) like bootstrap builds

Modified:
    myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh

Modified: myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh?rev=1773366&r1=1773365&r2=1773366&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh (original)
+++ myfaces/tobago/trunk/tobago-theme/rebuild-theme.sh Fri Dec  9 12:26:41 2016
@@ -19,14 +19,12 @@
 
 set -e
 
-# all _tobago.css must be the same. Later we delete the duplicates...
+# all _tobago.css must be the same. TODO: Later we delete the duplicates...
 
-cmp tobago-theme-standard/src/main/scss/_tobago.scss tobago-theme-charlotteville/src/main/scss/_tobago.scss || exit 1
-cmp tobago-theme-standard/src/main/scss/_tobago.scss tobago-theme-richmond/src/main/scss/_tobago.scss || exit 1
-cmp tobago-theme-standard/src/main/scss/_tobago.scss tobago-theme-scarborough/src/main/scss/_tobago.scss || exit 1
-cmp tobago-theme-standard/src/main/scss/_tobago.scss tobago-theme-speyside/src/main/scss/_tobago.scss || exit 1
-
-echo check ok, building now...
+cp tobago-theme-standard/src/main/scss/_tobago.scss tobago-theme-charlotteville/src/main/scss/_tobago.scss
+cp tobago-theme-standard/src/main/scss/_tobago.scss tobago-theme-richmond/src/main/scss/_tobago.scss
+cp tobago-theme-standard/src/main/scss/_tobago.scss tobago-theme-scarborough/src/main/scss/_tobago.scss
+cp tobago-theme-standard/src/main/scss/_tobago.scss tobago-theme-speyside/src/main/scss/_tobago.scss
 
 mvn clean