Grunt Contrib Cssmin

screenshot of Grunt Contrib Cssmin

Compress CSS files.

Overview

The grunt-contrib-cssmin v4.0.0 is a Grunt plugin that allows users to minify CSS files. It provides an efficient way to reduce the size of CSS files, making websites load faster. Users can enable this plugin in their Gruntfile by following specific instructions.

Features

  • Minify CSS: Reduce the size of CSS files to improve website performance.
  • Report Type Options: Choose between 'min' and 'gzip' to view minification results or both minification and gzip results.
  • Source Map: Enable source maps for better debugging and development experience.
  • Combine Files: Merge two files into one output file.
  • Release Directory Minification: Minify all contents of a release directory and add a .min.css extension.
grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.