markstory / asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.
MIT License
370 stars 125 forks source link

Update BuildCommand.php - fixed force param condition check #372

Closed MarekSz88 closed 3 months ago

MarekSz88 commented 3 months ago

Fixed condition for check of force option. Previously if we put anything as force option it converted to true, which skipped building. While the expected behaviour was to create new build.

markstory commented 3 months ago

Thank you 🎉