You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/26 22:42:58 UTC

[royale-asjs] branch develop updated: jewel-theme: add new "option-with-sass-compile" to produce the updated CSS file

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new d18ee81  jewel-theme: add new "option-with-sass-compile" to produce the updated CSS file
d18ee81 is described below

commit d18ee8172fb59cabbeb00d15c3d5bd6152820b87
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Mar 26 23:42:54 2020 +0100

    jewel-theme: add new "option-with-sass-compile" to produce the updated CSS file
---
 frameworks/themes/JewelTheme/.vscode/tasks.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/themes/JewelTheme/.vscode/tasks.json b/frameworks/themes/JewelTheme/.vscode/tasks.json
index 6edde7c..7ca29dd 100644
--- a/frameworks/themes/JewelTheme/.vscode/tasks.json
+++ b/frameworks/themes/JewelTheme/.vscode/tasks.json
@@ -19,7 +19,7 @@
             "args": [
                 "clean",
                 "install",
-                "-P option-with-swf",
+                "-P option-with-swf,option-with-sass-compile",
                 "-DskipTests"
             ],
             "group": "build",