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 8be4d88 CreditCardValidatorExample: Fix VSCode asconfig file
8be4d88 is described below
commit 8be4d884f72e4582f7c70f6c503f9d1dd3a93fe0
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Tue Jul 16 17:25:56 2019 +0200
CreditCardValidatorExample: Fix VSCode asconfig file
---
examples/royale/CreditCardValidatorExample/asconfig.json | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/examples/royale/CreditCardValidatorExample/asconfig.json
b/examples/royale/CreditCardValidatorExample/asconfig.json
index 53c3507..974404c 100644
--- a/examples/royale/CreditCardValidatorExample/asconfig.json
+++ b/examples/royale/CreditCardValidatorExample/asconfig.json
@@ -21,9 +21,10 @@
"compilerOptions": {
"debug": false,
"targets": ["JSRoyale"],
- "source-map": true
+ "source-map": true,
+ "html-template":
"src/main/resources/jewel-example-index-template.html",
+ "theme":
"${royalelib}/themes/JewelTheme/src/main/resources/defaults.css"
},
- "additionalOptions": "-remove-circulars
-js-output-optimization=skipAsCoercions",
"files":
[
"src/main/royale/CreditCardValidatorExample.mxml"