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

Remove targets other than js and css, too #353

Closed jiru closed 4 years ago

jiru commented 4 years ago

Currently, cake asset_compress clear only removes targets that are JS or CSS. This PR makes the command remove all the target files regardless of their extension.

jiru commented 4 years ago

Thanks! :slightly_smiling_face: Shall I backport this fix in mini-asset too?

markstory commented 4 years ago

@jiru If you have time that would be great!