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

Maintainers

👁 neilime

Package info

github.com/neilime/zf2-assets-bundle

Homepage

pkg:composer/neilime/zf2-assets-bundle

Statistics

Installs: 29 040

Dependents: 3

Suggesters: 11

Stars: 34

Open Issues: 8

4.0.0 2018-12-28 11:51 UTC

Suggests

  • ext-gd2: GD library to compress png files
  • neilime/lessphp: The lessphp fork, to use the Lessc filter

Provides

None

Conflicts

None

Replaces

None

MIT 3e43176033f1e238c139ead6b80285fa060f08a4

assetscachecsszf2JSbundlelessZend Framework


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