You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2019/11/25 13:27:07 UTC

[royale-asjs] branch develop updated: Update asconfig.json to include resources/assets directory in the output

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

yishayw 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 55df5eb  Update asconfig.json to include resources/assets directory in the output
     new f4a2995  Merge pull request #591 from T-San001/develop
55df5eb is described below

commit 55df5eba4b0676584bde148de146f6e30357f320
Author: Shoichiro Takeshita <jl...@gmail.com>
AuthorDate: Mon Nov 25 21:28:55 2019 +0900

    Update asconfig.json to include resources/assets directory in the output
---
 examples/royale/DataGridExample/asconfig.json | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/examples/royale/DataGridExample/asconfig.json b/examples/royale/DataGridExample/asconfig.json
index 4b217b5..a710bb4 100644
--- a/examples/royale/DataGridExample/asconfig.json
+++ b/examples/royale/DataGridExample/asconfig.json
@@ -21,9 +21,14 @@
     "compilerOptions": {
         "debug": false,
         "targets": ["JSRoyale","SWF"],
-        "source-map": true
+        "source-map": true,
+        "source-path": [
+            "src/main/royale",
+            "src/main/resources"
+		]
     },
     "additionalOptions": "-remove-circulars -js-output-optimization=skipAsCoercions",
+    "copySourcePathAssets": true,
     "files":
     [
         "src/main/royale/DataGridExample.mxml"