abagshaw / brackets-minifier

Minifies and Concatenates JS and CSS in Brackets using UglifyJS3 and CleanCSS
MIT License
54 stars 15 forks source link

URL minified #26

Open samuel-clara opened 6 years ago

samuel-clara commented 6 years ago

Since the last version the plugin minifies the url in css in the wrong way: for example url('../images/file.svg') is minified as url(images/file.svg). Same happens with url("../images/file.svg") and url(../images/file.svg).

abagshaw commented 6 years ago

@Samuel91 CSS minification with brackets-minifier is handled through clean-css. In regards to the issue you are having, I'd recommend you open an issue on their repo as they will be able to better address your problem.

If this is indeed a bug in their package, let me know and I'll make sure to update brackets-minifier to use the latest clean-css once they have fixed the problem on their end.

In the mean time, there may be a way for you to disable URL minification (or something of the sort) through the clean-css options that you can set in the Minifier Preferences panel.

onebitegeorge commented 6 years ago

I have also just experienced this which left me scratching my head as to why none of my images loaded through CSS were appearing.

@Samuel91 did you manage to find a solution that worked for you in the end that you could share?

mrkeithy commented 6 years ago

As it stands this bug makes the plugin kind of unusable. Not been able to find anything on the clean css pages. Did anyone find a fix for this?

mrkeithy commented 6 years ago

further to my last post, its suddenly working. Haven't changed anything my end, did something change else where?

lellomascetti commented 6 years ago

I'm also experiencing the same exact issue on Brackets for mac 1.12 and latest brackets-minifier. ../ is gone when minified. Odd thing is a CSS file minified at the end of April works fine, now it doesn'work and I don't remember to have updated or changed anything in between.