wonderwp / asset
WonderWp Asset Component
Installs: 2 403
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=7.1
- symfony/asset: 5.3.4
- wonderwp/logging: ^1.0
- wonderwp/service: ^1.0
Requires (Dev)
- johnpbloch/wordpress: ^5.8
- phpunit/phpunit: 9.5.7
- wonderwp/functions: dev-develop
This package is auto-updated.
Last update: 2024-11-03 13:43:37 UTC
README
A WonderWp package allowing you to work with assets. It helps you declare them, enqueue them, and work with external systems such as builders (webpack, gulp...) if needed.
Documentation
- Declaring assets (the register part) works with Assets Services. Documentation about Assets Services can be found at http://wonderwp.net/Creating_a_plugin/Services/Assets_service.html.
- Then, using your assets within your theme (the enqueue part) works with Assets Enqueuers. Documentation about enqueuers can be found at http://wonderwp.net/Framewok_components/Assets/index.html