[PR #1301] [MERGED] Allow the exclusion of certain JS libraries from being bundled when integrating Cypht with third-party software #1417

Closed
opened 2026-02-25 21:38:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1301
Author: @mercihabam
Created: 10/26/2024
Status: Merged
Merged: 10/28/2024
Merged by: @mercihabam

Base: masterHead: dynamically-exclude-js-libs


📝 Commits (3)

  • 5abc6f2 Allow the exclusion of certain JS libraries from being bundled when integrating Cypht with third-party software
  • d67897f Fix unit tests and add the new variable to .env.example
  • 4afdd51 Bundle js files contents instead of the script tags

📊 Changes

10 files changed (+120 additions, -83 deletions)

View changed files

📝 .env.example (+3 -1)
📝 config/app.php (+2 -0)
📝 lib/framework.php (+1 -0)
lib/js_libs.php (+32 -0)
📝 lib/modules_exec.php (+2 -1)
modules/core/js_modules/[cash]/extend.js (+62 -0)
📝 modules/core/output_modules.php (+8 -6)
📝 modules/core/site.js (+0 -70)
📝 scripts/config_gen.php (+8 -5)
📝 tests/phpunit/modules/core/output_modules_debug.php (+2 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1301 **Author:** [@mercihabam](https://github.com/mercihabam) **Created:** 10/26/2024 **Status:** ✅ Merged **Merged:** 10/28/2024 **Merged by:** [@mercihabam](https://github.com/mercihabam) **Base:** `master` ← **Head:** `dynamically-exclude-js-libs` --- ### 📝 Commits (3) - [`5abc6f2`](https://github.com/cypht-org/cypht/commit/5abc6f2c4508ff64c067135772a88021961f5978) Allow the exclusion of certain JS libraries from being bundled when integrating Cypht with third-party software - [`d67897f`](https://github.com/cypht-org/cypht/commit/d67897fd683a34224673c848eac2142fc457011b) Fix unit tests and add the new variable to .env.example - [`4afdd51`](https://github.com/cypht-org/cypht/commit/4afdd51afaf8ef231bf14c70a75e122f214e19a6) Bundle js files contents instead of the script tags ### 📊 Changes **10 files changed** (+120 additions, -83 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -1) 📝 `config/app.php` (+2 -0) 📝 `lib/framework.php` (+1 -0) ➕ `lib/js_libs.php` (+32 -0) 📝 `lib/modules_exec.php` (+2 -1) ➕ `modules/core/js_modules/[cash]/extend.js` (+62 -0) 📝 `modules/core/output_modules.php` (+8 -6) 📝 `modules/core/site.js` (+0 -70) 📝 `scripts/config_gen.php` (+8 -5) 📝 `tests/phpunit/modules/core/output_modules_debug.php` (+2 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1417
No description provided.