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/01/21 16:11:20 UTC

[royale-asjs] branch develop updated: tour-de-jewel: add all assets to the build when compiling with VSCode

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 4fef0db  tour-de-jewel: add all assets to the build when compiling with VSCode
4fef0db is described below

commit 4fef0db04e4c82b5d5417538807bf5a64bd89ac8
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Jan 21 17:11:07 2020 +0100

    tour-de-jewel: add all assets to the build when compiling with VSCode
---
 examples/royale/TourDeJewel/asconfig.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/examples/royale/TourDeJewel/asconfig.json b/examples/royale/TourDeJewel/asconfig.json
index 9f478ed..f3a1cad 100644
--- a/examples/royale/TourDeJewel/asconfig.json
+++ b/examples/royale/TourDeJewel/asconfig.json
@@ -3,6 +3,9 @@
     "compilerOptions": {
         "debug": false,
         "targets": ["JSRoyale"],
+        "source-path": [
+            "src/main/resources"
+        ],
         "source-map": true,
         "html-template": "src/main/resources/jewel-example-index-template.html",
         "theme": "${royalelib}/themes/JewelTheme/src/main/resources/defaults.css"