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 2018/09/15 17:25:12 UTC

[royale-asjs] branch develop updated: fix asconfig file in Basic

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 b8edcbb  fix asconfig file in Basic
b8edcbb is described below

commit b8edcbbad3395270e4e52f1c18e28787d5b5dfd7
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Sep 15 19:25:04 2018 +0200

    fix asconfig file in Basic
---
 frameworks/projects/Basic/asconfig.json | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/frameworks/projects/Basic/asconfig.json b/frameworks/projects/Basic/asconfig.json
index 914d6f7..6a2265a 100644
--- a/frameworks/projects/Basic/asconfig.json
+++ b/frameworks/projects/Basic/asconfig.json
@@ -20,8 +20,7 @@
     "compilerOptions": {
         "debug": true,
         "targets": [
-            "JSRoyale",
-            "SWF"
+            "SWF", "JSRoyale"
         ],
         "include-classes": [
             "BasicClasses"
@@ -30,7 +29,7 @@
             "src/main/royale"
         ],
         "external-library-path": [
-            "../../../../frameworks/libs/air/airglobal.swc"
+            "../../../frameworks/libs/air/airglobal.swc"
         ],
         "output": "target/Basic.swc"
     }