Skip to content

dont minify before compiling dynamic css (it should be minified after)

ufundo requested to merge ufundo/riverlea:dont-double-minify into main

Noticed a little filterMinify has crept in here. But it doesn't make sense to use a minified file on the server to compile the asset. I think there's also a risk you have minifcation happening in a cacheing layer, in which case the server won't have access to the minified file, and the compilation will fail.

Merge request reports

Loading