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 c187319  Fix asconfig file
     new 8f6e540  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
c187319 is described below

commit c187319a42d33a129da68efd80b9b3eea9470050
Author: DESKTOP-RH4S838\Yishay <yishayj...@hotmail.com>
AuthorDate: Tue Dec 4 10:39:49 2018 +0100

    Fix asconfig file
---
 .../asconfig.json                                            | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git 
a/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/asconfig.json 
b/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/asconfig.json
index 4b6259e..ca667ff 100644
--- a/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/asconfig.json
+++ b/examples/blog/BE0005_Creating_a_group_of_Jewel_RadioButtons/asconfig.json
@@ -16,16 +16,22 @@
 //  limitations under the License.
 //
 
////////////////////////////////////////////////////////////////////////////////
+
 {
     "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/JewelTheme/src/main/resources/defaults.css"
     },
+    "copySourcePathAssets": true,
     "additionalOptions": "-remove-circulars 
-js-output-optimization=skipAsCoercions",
     "files":
     [
-        "src/main/royale/App.mxml"
+        "src/main/royale/BE0005_Creating_a_group_of_Jewel_RadioButtons.mxml"
     ]
 }
+
+

Reply via email to