[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] BoomerangJS migration: change pointing to a missing file

"franck franck kalunga \(@francksfkal\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <68b173947cd02_2cdc78041151@gitlab-sidekiq-low-urgency-cpu-bound-v2-6f77f6d69d-twdb7.mail>

franck franck kalunga pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
e8cac370 by Boss Ibrahim Mussa Gregoire at 2025-08-29T09:24:11+00:00
[FIX] BoomerangJS migration: change pointing to a missing file
---
* [FIX] Boomrangjs migration: change pointing missing file.

See merge request tikiwiki/tiki!8402

- - - - -


2 changed files:

- src/js/vite.config.mjs
- tiki-setup.php


Changes:

=====================================
src/js/vite.config.mjs
=====================================
@@ -287,8 +287,11 @@ export default defineConfig(({ command, mode }) => {
                         dest: "vendor_dist/@event-calendar/core/dist",
                     },
                     {
-                        src: ["node_modules/boomerangjs/boomerangjs.js", "node_modules/boomerangjs/plugins/rt.js"],
+                        src: "node_modules/boomerangjs/boomerang.js",
                         dest: "vendor_dist/boomerangjs/",
+                    },{
+                        src: "node_modules/boomerangjs/plugins/rt.js",
+                        dest: "vendor_dist/boomerangjs/plugins",
                     },
                     {
                         src: "node_modules/bootstrap/dist/css/bootstrap.min.*",


=====================================
tiki-setup.php
=====================================
@@ -1027,7 +1027,7 @@ if ($prefs['feature_calendar'] === 'y') {
 
 // Using boomerang for performance monitoring
 if ($prefs['tiki_monitor_performance'] == 'y') {
-    $headerlib->add_jsfile_dependency(NODE_PUBLIC_DIST_PATH . "/boomerangjs/boomerangjs.js");
+    $headerlib->add_jsfile_dependency(NODE_PUBLIC_DIST_PATH . "/boomerangjs/boomerang.js");
     $headerlib->add_jsfile_dependency(NODE_PUBLIC_DIST_PATH . "/boomerangjs/plugins/rt.js");
 }
 



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e8cac370f4f2847112723702b5b7f5c6598c87a5

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/e8cac370f4f2847112723702b5b7f5c6598c87a5
You're receiving this email because of your account on gitlab.com.

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.