You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is a query param on a css file (in this case a timestamp), clean-css-cli will not minify the current file. As soon as I remove the query param, it minifies the file. My goal is to ignore the @import statement but still minify the file.
I tried passing every conceivable option to prevent the clean css from processing this line:
@import url(font_awesome.css?t=1554926691456);
But it throws the error:
Ignoring local @import of "font_awesome.css?t=1554926691456" as resource is missing
The text was updated successfully, but these errors were encountered:
protoEvangelion
changed the title
Not minifying when @import file has time stamp
Not minifying when @import file has timestamp
Apr 10, 2019
When there is a query param on a css file (in this case a timestamp), clean-css-cli will not minify the current file. As soon as I remove the query param, it minifies the file. My goal is to ignore the @import statement but still minify the file.
I tried passing every conceivable option to prevent the clean css from processing this line:
But it throws the error:
The text was updated successfully, but these errors were encountered: