AssetsBundle is a module for Zend Framework 2 providing assets management (bundling & caching) like Css, Js and Less, dependent on modules, controllers and actions . This module supports the concept of the "development/production" environment.
In development :
- Files are not bundled for easier debugging.
- Less files are compiled when updated or if an "@import" inside is updated
In production :
- All files are bundled and cached once only if needed.
- Assets path are encrypted to mask file tree (with the exception of files in the "assets" directory)
❤️ If this project helps you reduce time to develop and/or you want to help the maintainer of this project, you can support him on Thank you !
If you wish to contribute to this project, please read the CONTRIBUTING.md file. NOTE : If you want to contribute don't hesitate, I'll review any PR.