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/21 23:29:12 UTC

[royale-asjs.wiki] branch master updated: Updated Build Apache Royale with Maven (markdown)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e54bfaf  Updated Build Apache Royale with Maven (markdown)
e54bfaf is described below

commit e54bfaf97a6863ff6e578a9999fb4e60efa34e5c
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Mar 22 00:29:10 2020 +0100

    Updated Build Apache Royale with Maven (markdown)
---
 Build-Apache-Royale-with-Maven.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Build-Apache-Royale-with-Maven.md b/Build-Apache-Royale-with-Maven.md
index 210a468..5a0a179 100644
--- a/Build-Apache-Royale-with-Maven.md
+++ b/Build-Apache-Royale-with-Maven.md
@@ -107,6 +107,7 @@ If you build without any profile, the framework is built just for Javascript (no
 * **with-ui-testsuite**: It also builds the test suite modules and runs the integration tests
 > You can use [the latest geckodriver](https://github.com/mozilla/geckodriver/releases) to run the _Selenium UI tests in Firefox_ adding `-Dwebdriver.gecko.driver=/Users/christofer.dutz/Downloads/geckodriver`
 * **option-with-swf**: Makes each module build the SWF version.
+* **option-with-sass-compile**: To compile all SASS in themes. You just need to use this profile when update themes and want to generate final CSS.
 * **with-examples**: Builds the all examples in an `examples` folder.
 * **with-distribution**: Also builds the _distribution_ (the Apache Royale SDK to use with an IDE). SDK built with maven allows you to get code intelligence in IDEs and build with standard IDE execution commands. To build distribution (SDK) in the folder of your choice use `-DdistributionTargetFolder={pathToDistributionDirectory}`.