You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2018/09/04 10:57:49 UTC

[royale-asjs] branch feature/new_merge updated: Allow Ace example to be built by asconfigc

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

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


The following commit(s) were added to refs/heads/feature/new_merge by this push:
     new b9f9eb0  Allow Ace example to be built by asconfigc
b9f9eb0 is described below

commit b9f9eb0cba95979af3e3e072001df687f41c63cc
Author: Harbs <ha...@in-tools.com>
AuthorDate: Tue Sep 4 13:57:39 2018 +0300

    Allow Ace example to be built by asconfigc
---
 examples/royale/Ace/asconfig.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/examples/royale/Ace/asconfig.json b/examples/royale/Ace/asconfig.json
index b82e00f..82442c3 100644
--- a/examples/royale/Ace/asconfig.json
+++ b/examples/royale/Ace/asconfig.json
@@ -19,6 +19,9 @@
 {
     "config": "royale",
     "compilerOptions": {
+        "load-config": [
+            "src/main/config/compile-app-config.xml"
+        ],
         "debug": false,
         "targets": ["JSRoyale","SWF"],
         "source-map": true