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

[royale-asjs] branch develop updated: Make sure that Jewel Alert blog example is working fine with VSCode

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

piotrz 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 37d24b8  Make sure that Jewel Alert blog example is working fine with VSCode
37d24b8 is described below

commit 37d24b86a674c61be9688f09492978c74a243f3b
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Mon Sep 3 12:56:31 2018 +0200

    Make sure that Jewel Alert blog example is working fine with VSCode
---
 examples/blog/BE0002_Using_Jewel_Alert_Control/asconfig.json | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/examples/blog/BE0002_Using_Jewel_Alert_Control/asconfig.json b/examples/blog/BE0002_Using_Jewel_Alert_Control/asconfig.json
index 4b6259e..e328790 100644
--- a/examples/blog/BE0002_Using_Jewel_Alert_Control/asconfig.json
+++ b/examples/blog/BE0002_Using_Jewel_Alert_Control/asconfig.json
@@ -20,12 +20,14 @@
     "config": "royale",
     "compilerOptions": {
         "debug": false,
-        "targets": ["JSRoyale","SWF"],
-        "source-map": true
+        "targets": ["JSRoyale"],
+        "source-map": true,
+        "html-template": "src/main/resources/jewel-example-index-template.html",
+        "theme": "${royalelib}/themes/Jewel-Light-NoFlat-Emphasized-Red-Theme/src/main/resources/defaults.css"
     },
     "additionalOptions": "-remove-circulars -js-output-optimization=skipAsCoercions",
     "files":
     [
-        "src/main/royale/App.mxml"
+        "src/main/royale/BE0002_Using_Jewel_Alert_Control.mxml"
     ]
 }