neilime/zf2-assets-bundle
Zend Framework module that provides assets bundling / caching
3.7.3
2018-03-02 11:39 UTC
Requires
- php: >=5.3.3
- zendframework/zend-servicemanager: 2.*@stable
- zendframework/zend-eventmanager: 2.*@stable
- zendframework/zend-http: 2.*@stable
- zendframework/zend-mvc: 2.*@stable
- zendframework/zend-modulemanager: 2.*@stable
- zendframework/zend-config: 2.*@stable
- zendframework/zend-console: 2.*@stable
- zendframework/zend-view: 2.*@stable
- zendframework/zend-serializer: 2.*@stable
- zendframework/zend-log: 2.*@stable
- zendframework/zend-i18n: 2.*@stable
- oyejorge/less.php: 1.*@stable
- mrclay/minify: 2.*@stable
- tedivm/jshrink: 1.*@stable
Requires (Dev)
- zendframework/zend-test: 2.*.*
- phpunit/phpunit: 4.*.*
- satooshi/php-coveralls: 1.*.*
- neilime/lessphp: 0.*.*
Suggests
- ext-gd2: GD library to compress png files
- neilime/lessphp: The lessphp fork, to use the Lessc filter
README
AssetsBundle is a module for Zend Framework 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 make a donation, 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.
Requirements
Name | Version |
---|---|
php | >=5.3.3 |
zendframework/zend-eventmanager | 2.* |
zendframework/zend-http | 2.* |
zendframework/zend-mvc | 2.* |
zendframework/zend-modulemanager | 2.* |
zendframework/zend-config | 2.* |
zendframework/zend-console | 2.* |
zendframework/zend-view | 2.* |
zendframework/zend-serializer | 2.* |
zendframework/zend-log | 2.* |
zendframework/zend-i18n | 2.* |
oyejorge/less.php | 1.* |
mrclay/minify | 2.* |
tedivm/jshrink | 1.* |