I am able to minify js files successfully. But I’m getting the error you see below in the graphic when I try to use minify on a css file. Please advise.
Minify error on css file
vispo
#2
I solved the problem.
- I copied Preferences > Package Settings > Minify > Settings-Default
- I opened Package Settings > Minify > Settings-User
- I pasted the Default settings into the User settings.
- I changed this line:
// “cssminifier”: “clean-css”,
to this line:
“cssminifier”: “uglifycss”, - I saved the new User settings and ran minify successfully on a css file.
0 Likes