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 5bca862 core: fix asconfig.json
5bca862 is described below
commit 5bca862848c26cbbaee403a72b850bea9d73dd41
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Feb 21 17:01:58 2020 +0100
core: fix asconfig.json
---
frameworks/projects/Core/asconfig.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/frameworks/projects/Core/asconfig.json
b/frameworks/projects/Core/asconfig.json
index e67de41..506b909 100644
--- a/frameworks/projects/Core/asconfig.json
+++ b/frameworks/projects/Core/asconfig.json
@@ -27,12 +27,16 @@
"../../../../frameworks/libs/air/airglobal.swc"
],
"include-classes": [
- "CoreClasses"
+ "src/main/royale/CoreClasses.as"
+ ],
+ "source-path": [
+ "src/main/royale"
],
"include-sources": [
"src/main/royale",
"src/test/royale/flexUnitTests"
],
+ "source-map": true,
"output": "target/Core.swc"
}
}