Compress files and folders.
grunt-contrib-compress is a plugin that allows users to compress files and folders using Grunt. This plugin is designed to work with Grunt version 0.4.x or higher, and it provides various options for compression settings such as archive type, compression mode, compression level, and brotli compression configurations.
grunt compress
command.grunt-contrib-compress is a useful plugin for compressing files and folders in a Grunt project. It provides easy configuration options for setting compression settings such as archive type, compression mode, and level. By following the installation guide and utilizing the features of this plugin, users can efficiently manage file compression tasks within their projects.
Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.