neilime/zf2-assets-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Zend Framework module that provides assets bundling / caching


README

Build Status Latest Stable Version Total Downloads Coverage Status Beerpay

⚠️ This module is for Zend Framework 2, it is deprecated ⚠️

⚠️ Please use zf-assets-bundle ⚠️

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)

Helping Project

❤️ 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 Beerpay Thank you !

Contributing

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.

Pages

  1. Installation
  2. Use with Zend Skeleton Application
  3. Configuration
  4. Custom Js
  5. Console tools
  6. FAQ
  7. PHP Doc
  8. Code Coverage