neilime / zf2-assets-bundle

AssetsBundle is a module for Zend Framework 2 allowing asset managment (bundling & caching)
https://neilime.github.io/zf2-assets-bundle/
MIT License
33 stars 20 forks source link

#34 Updated README.md to improve clarity around defining the module in a... #35

Closed alanguerin closed 10 years ago

alanguerin commented 10 years ago

A small change to add some additional clarity around defining the module in the application.config.php. If the AssetsBundle module is defined after the application modules, the asset_bundle's default config settings may take precedence. This happened to me and took me ~45 minutes to spot the issue.

neilime commented 10 years ago

Thank you for this clarity improvment.