0.1.2 • Published 9 years ago

grunt-rucksack v0.1.2

Weekly downloads
11
License
MIT
Repository
github
Last release
9 years ago

Grunt Rucksack

NPM version Build Status Dependency Status

Grunt plugin for Rucksack - a little bag of CSS superpowers.

Install

Install via npm

$ npm install grunt-rucksack --save-dev

--

Usage

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

grunt.initConfig({
	rucksack: {
		compile: {
			files: {
				'style.css': 'src/style.css'
			}
		}
	}
});

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

--

License

MIT © Sean King