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 2019/12/15 17:05:54 UTC

[royale-asjs] branch develop updated: blog-example-BE0008: fixed asconfig.json

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 89aec91  blog-example-BE0008: fixed asconfig.json
89aec91 is described below

commit 89aec91e9fe76d679b9d4419b2a9f3cabf14c163
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Dec 15 18:05:40 2019 +0100

    blog-example-BE0008: fixed asconfig.json
---
 .../blog/BE0008_Using_View_States_to_show_or_hide_content/asconfig.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/asconfig.json b/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/asconfig.json
index 9604f47..5424baf 100644
--- a/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/asconfig.json
+++ b/examples/blog/BE0008_Using_View_States_to_show_or_hide_content/asconfig.json
@@ -20,7 +20,7 @@
     "config": "royale",
     "compilerOptions": {
         "debug": false,
-        "targets": ["SWF", "JSRoyale"],
+        "targets": ["JSRoyale", "SWF"],
         "source-map": true,
         "html-template": "src/main/resources/jewel-example-index-template.html",
         "theme": "${royalelib}/themes/JewelTheme/src/main/resources/defaults.css"