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

README Clarity Update #34

Closed alanguerin closed 9 years ago

alanguerin commented 10 years ago

In the documentation it specifies the following:

<?php
return array(
    'modules' => array(
        // ...
        'AssetsBundle',
    ),
    // ...
);

The documentation shows that it's ok for the AssetsBundle module to be inserted at the end of the modules array. It should be noted that the order of the modules is important here. An issue arose for me where I blindly followed the README and the configuration in the AssetsBundle module was overwriting my own module's configuration.

alanguerin commented 10 years ago

I'll try write up something a little later and issue a pull request.