Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wonderwp/asset
https://github.com/wonderwp/asset
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wonderwp/asset
- Owner: wonderwp
- Created: 2018-03-17T22:38:20.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-03T13:29:00.000Z (about 1 month ago)
- Last Synced: 2024-10-28T17:19:04.912Z (19 days ago)
- Language: PHP
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WonderWp Asset Component
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](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](http://wonderwp.net/Framewok_components/Assets/index.html)