This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch examples/TDJ_localresources in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 5d4260a795bf3470cf5de72e91bf9a232b16d4a8 Author: Josh Tynjala <[email protected]> AuthorDate: Mon Mar 31 15:47:49 2025 -0700 JewelTheme: edited wrong config file for Lato font Ant build --- .../js/projects/JewelJS/src/main/config/compile-js-config.xml | 9 --------- .../themes/JewelThemeJS/src/main/config/compile-js-config.xml | 10 ++++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/frameworks/js/projects/JewelJS/src/main/config/compile-js-config.xml b/frameworks/js/projects/JewelJS/src/main/config/compile-js-config.xml index af59aad9ba..c06a9ceeef 100644 --- a/frameworks/js/projects/JewelJS/src/main/config/compile-js-config.xml +++ b/frameworks/js/projects/JewelJS/src/main/config/compile-js-config.xml @@ -105,14 +105,5 @@ <js-include-script> <path-element>../../../../../../projects/Jewel/src/main/assembly/third-party/web-animations/2.3.1/web-animations.min.js</path-element> </js-include-script> - <js-include-css> - <path-element>../../../../../../projects/Jewel/src/main/assembly/third-party/lato/Lato.css</path-element> - </js-include-css> - <js-include-asset> - <path-element>../../../../../../projects/Jewel/src/main/assembly/third-party/lato/Lato-Regular.ttf</path-element> - <path-element>../../../../../../projects/Jewel/src/main/assembly/third-party/lato/Lato-Bold.ttf</path-element> - <path-element>../../../../../../projects/Jewel/src/main/assembly/third-party/lato/Lato-Italic.ttf</path-element> - <path-element>../../../../../../projects/Jewel/src/main/assembly/third-party/lato/Lato-BoldItalic.ttf</path-element> - </js-include-asset> </royale-config> diff --git a/frameworks/js/themes/JewelThemeJS/src/main/config/compile-js-config.xml b/frameworks/js/themes/JewelThemeJS/src/main/config/compile-js-config.xml index 84d04b6e5c..0a81112319 100644 --- a/frameworks/js/themes/JewelThemeJS/src/main/config/compile-js-config.xml +++ b/frameworks/js/themes/JewelThemeJS/src/main/config/compile-js-config.xml @@ -94,6 +94,16 @@ </include-namespaces>--> <js-default-initializers>false</js-default-initializers> + + <js-include-css> + <path-element>../../../../../../themes/JewelTheme/src/main/assembly/third-party/lato/Lato.css</path-element> + </js-include-css> + <js-include-asset> + <path-element>../../../../../../themes/JewelTheme/src/main/assembly/third-party/lato/Lato-Regular.ttf</path-element> + <path-element>../../../../../../themes/JewelTheme/src/main/assembly/third-party/lato/Lato-Bold.ttf</path-element> + <path-element>../../../../../../themes/JewelTheme/src/main/assembly/third-party/lato/Lato-Italic.ttf</path-element> + <path-element>../../../../../../themes/JewelTheme/src/main/assembly/third-party/lato/Lato-BoldItalic.ttf</path-element> + </js-include-asset> </royale-config>
