- Create console actions, run
php index.php
to see more informations - Option to disable/enable generating assets on fly
'buildOnRequest' => true
- by default is set totrue
for backward compatybility. My recomendation is to set this to false on production enviroment. - Cleanup, refactoring
- Added cache buster strategy
- Start tagging releases
- Optional filters in debug mode
- Added configurable umask
- Added configurable acceptable errors #54
- Update description how to merge
- Change behavior for option "baseUrl" now is detected by ZF2 (in ServiceFactory::createService)
- New configuration option "basePath"
- Composer is now recommended way of installation.
- Fix issue #36: Case insesitive module name in configuration required
- Fix issue #30: Possible Assets may apply where they are not wanted
- Wrote tests
- Add travis-ci
- Remove old code
- Add AsseticBundleServiceAwareInterface
- Composer support added, now is recommended way of installation
- Remove vendor directory
- New installation process
- Rewrite AsseticBundle\Service to determinate how to set up template to use resources (link, script) depending on Zend\View\Renderer
- Assetic configuration namespace was change from:
array(
'di' => array(
'instance' => array(
'assetic-configuration' => array(
'parameters' => array(
'config' => array(/* configuration */)
)
)
)
)
);
to:
array('assetic_configuration' => array(/* configuration */));