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

In development mode, when the '. less' is modified, the cache is not updated #28

Closed noisnaaria closed 7 years ago

noisnaaria commented 10 years ago

'asset_bundle' => array( 'production' => false, 'assets' => array( 'less' => array('less'), 'js' => array( 'js/jquery.min.js', 'js/bootstrap.min.js' ), 'media' => array( 'img', 'fonts' ), ) ),

neilime commented 10 years ago

What is the path of the less file you modify

noisnaaria commented 10 years ago

public/less/style.less

neilime commented 7 years ago

Fixed in Version 3.5.3