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 12f7d34 Remove "SWF" target from asconfig.json for all MDL type of
projects example
new d86a060 Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
12f7d34 is described below
commit 12f7d3448e24d03856abe4a64115471dfdb21d58
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Thu Nov 9 23:55:35 2017 +0100
Remove "SWF" target from asconfig.json for all MDL type of projects example
---
examples/royale/MDLBlogExample/asconfig.json | 2 +-
examples/royale/MDLDynamicTableExample/asconfig.json | 2 +-
examples/royale/MDLDynamicTabsExample/asconfig.json | 2 +-
examples/royale/MDLExample/asconfig.json | 2 +-
examples/royale/RoyaleTeamPage_MDL/asconfig.json | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/examples/royale/MDLBlogExample/asconfig.json
b/examples/royale/MDLBlogExample/asconfig.json
index ecd2220..006b67d 100644
--- a/examples/royale/MDLBlogExample/asconfig.json
+++ b/examples/royale/MDLBlogExample/asconfig.json
@@ -20,7 +20,7 @@
"config": "royale",
"compilerOptions": {
"debug": false,
- "targets": ["JSRoyale","SWF"],
+ "targets": ["JSRoyale"],
"source-map": true
},
"additionalOptions": "-remove-circulars
-js-output-optimization=skipAsCoercions
-html-template=src/main/resources/mdl-js-index-template.html",
diff --git a/examples/royale/MDLDynamicTableExample/asconfig.json
b/examples/royale/MDLDynamicTableExample/asconfig.json
index 094dd0b..c6105af 100644
--- a/examples/royale/MDLDynamicTableExample/asconfig.json
+++ b/examples/royale/MDLDynamicTableExample/asconfig.json
@@ -20,7 +20,7 @@
"config": "royale",
"compilerOptions": {
"debug": false,
- "targets": ["JSRoyale","SWF"],
+ "targets": ["JSRoyale"],
"source-map": true
},
"additionalOptions": "-remove-circulars
-js-output-optimization=skipAsCoercions
-html-template=src/main/resources/mdl-js-index-template.html",
diff --git a/examples/royale/MDLDynamicTabsExample/asconfig.json
b/examples/royale/MDLDynamicTabsExample/asconfig.json
index 321eebf..2acf5a9 100644
--- a/examples/royale/MDLDynamicTabsExample/asconfig.json
+++ b/examples/royale/MDLDynamicTabsExample/asconfig.json
@@ -20,7 +20,7 @@
"config": "royale",
"compilerOptions": {
"debug": false,
- "targets": ["JSRoyale","SWF"],
+ "targets": ["JSRoyale"],
"source-map": true
},
"additionalOptions": "-remove-circulars
-js-output-optimization=skipAsCoercions
-html-template=src/main/resources/mdl-js-index-template.html",
diff --git a/examples/royale/MDLExample/asconfig.json
b/examples/royale/MDLExample/asconfig.json
index 0fabe87..4567458 100644
--- a/examples/royale/MDLExample/asconfig.json
+++ b/examples/royale/MDLExample/asconfig.json
@@ -20,7 +20,7 @@
"config": "royale",
"compilerOptions": {
"debug": false,
- "targets": ["JSRoyale","SWF"],
+ "targets": ["JSRoyale"],
"source-map": true
},
"additionalOptions": "-remove-circulars
-js-output-optimization=skipAsCoercions
-html-template=src/main/resources/mdl-js-index-template.html
-compiler.exclude-defaults-css-files=HTML.swc:defaults.css",
diff --git a/examples/royale/RoyaleTeamPage_MDL/asconfig.json
b/examples/royale/RoyaleTeamPage_MDL/asconfig.json
index 4b6259e..14ab179 100644
--- a/examples/royale/RoyaleTeamPage_MDL/asconfig.json
+++ b/examples/royale/RoyaleTeamPage_MDL/asconfig.json
@@ -20,7 +20,7 @@
"config": "royale",
"compilerOptions": {
"debug": false,
- "targets": ["JSRoyale","SWF"],
+ "targets": ["JSRoyale"],
"source-map": true
},
"additionalOptions": "-remove-circulars
-js-output-optimization=skipAsCoercions",
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].