Skip to content
This repository was archived by the owner on Jan 23, 2021. It is now read-only.

sindresorhus/grunt-cssnano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-cssnano Build Status

Minify CSS using cssnano

Issues with the output should be reported on the cssnano issue tracker.

Install

$ npm install --save-dev grunt-cssnano

Usage

require('load-grunt-tasks')(grunt);

grunt.initConfig({
	cssnano: {
		options: {
			sourcemap: true
		},
		dist: {
			files: {
				'dist/app.css': 'src/app.css'
			}
		}
	}
});

grunt.registerTask('default', ['cssnano']);

Options

See the cssnano options.

About

DEPRECATED - Minify CSS

Resources

License

Code of conduct

Contributing

Stars

22 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors