This is an automated email from the ASF dual-hosted git repository.

hiedra pushed a commit to branch examples/TDJ_localresources
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/examples/TDJ_localresources by 
this push:
     new 5b8075721e Including the 'web-animations.min.js' file in the JewelJS 
compilation.
5b8075721e is described below

commit 5b8075721eb1a06aba0605120c01ffb101f4ae50
Author: mjesteve <mjest...@iest.com>
AuthorDate: Thu Mar 13 00:42:34 2025 +0100

    Including the 'web-animations.min.js' file in the JewelJS compilation.
---
 frameworks/js/projects/JewelJS/src/main/config/compile-js-config.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 2e589f9321..5ea24b1b2e 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
@@ -101,6 +101,9 @@
     <js-complex-implicit-coercions>false</js-complex-implicit-coercions>
     <js-resolve-uncertain>false</js-resolve-uncertain>
     <js-vector-index-checks>false</js-vector-index-checks>
-        
+                
+    <js-include-script>
+        
<path-element>../../../../../../projects/Jewel/src/main/assembly/scripts/web-animations/2.3.1/web-animations.min.js</path-element>
+    </js-include-script>
 
 </royale-config>

Reply via email to