Does anyone know of any CLI CSS Compressors for just normal css files?
Not for SASS/SCSS, or LESS, or Stylus.
I would believe that there would be a compressor available for just compressing style.css into style.min.css?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try YUI compressor (quick reference). It’s pretty straightforward, and supports JavaScript minification as well (can’t hurt).
It can also be found here as a service.