https://github.com/reduxframework/redux-vendor-support
Plugin to supply vendor libraries, in place of CDN
https://github.com/reduxframework/redux-vendor-support
Last synced: 15 days ago
JSON representation
Plugin to supply vendor libraries, in place of CDN
- Host: GitHub
- URL: https://github.com/reduxframework/redux-vendor-support
- Owner: reduxframework
- Created: 2015-05-20T20:43:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T17:56:25.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T19:18:12.334Z (15 days ago)
- Language: PHP
- Size: 2.38 MB
- Stars: 13
- Watchers: 11
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Redux Vendor Support
> **DEPRECATED**: This plugin is no longer compatible with Redux 3.x, which has been sunset. The select2 library has been removed as it is now part of Redux 4.x.
This plugin (or extension) acts as a backup and/or replacement for the CDN-based files for ACE Editor used within Redux Framework.
## Usage Instructions
First, set `use_cdn => false` in your config if you want this to be permanently used, but if not it will only be used when the CDN fails.### Installation as a Plugin
Take this entire repo and load it as an extension. The CDN files will now be served locally.### Installation as an Extension
Take the ~/vendor_support folder and load it as an extension for your version of Redux.```
Redux::setExtensions( 'OPT_NAME', 'PATH_TO_vendor_support' );
```## Reducing the Plugin/Extensions Size
If you wish to reduce the size of this plugin/extension, you may decide to remove folders within `~/vendor_support/vendor/` according to your needs.## Changelog
### 1.1.1
* Added code to disallow loading of plugin if Redux v3 is running.### 1.1.0
* Added code to disallow loading of plugin if Redux isn't running.### 1.0.0
* Redux v4 compatibility.
* Update ACE Editor.
* Remove select2.