flying / wordpress-client-assets-manager
Implementation of client assets management for Wordpress
v2.0.1
2024-04-11 11:07 UTC
Requires
- php: ^7.4|^8.0
- symfony/filesystem: ^5.4|^6.4|^7.0
- symfony/polyfill-php80: ^1.26
Requires (Dev)
- roots/wordpress: ^5.0|^6.0
Suggests
- ext-curl: Allows better handling of Google Fonts stylesheets inclusion
README
Client assets manager for WordPress.
Deprecated!
Despite being updated to work properly with actual versions of PHP and WordPress, this library is considered as deprecated.
The main intention to create this library was to provide a simple way of creating bundles from the CSS / JavaScript assets to optimize the loading speed of the WordPress site pages by decreasing the number of the concurrent HTTP requests.
This task was necessary back at the HTTP/1.1 days, but today's HTTP/2 usability is close to 100%, so the main feature of this library is not actual anymore.