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 2019/12/18 09:29:37 UTC

[royale-asjs] branch develop updated: jewel: asconfig prioritize JSRoyale

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 13eab26  jewel: asconfig prioritize JSRoyale
13eab26 is described below

commit 13eab264447b91f92ec7f87a2441a5f4416126a3
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Dec 18 10:29:28 2019 +0100

    jewel: asconfig prioritize JSRoyale
---
 frameworks/projects/Jewel/asconfig.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/asconfig.json b/frameworks/projects/Jewel/asconfig.json
index cb77061..a9a55bf 100644
--- a/frameworks/projects/Jewel/asconfig.json
+++ b/frameworks/projects/Jewel/asconfig.json
@@ -20,8 +20,7 @@
     "compilerOptions": {
         "debug": true,
         "targets": [
-            "SWF", 
-            "JSRoyale"
+            "JSRoyale", "SWF"
         ],
         "include-classes": [
             "src/main/royale/JewelClasses.as"