Socket
Socket
Sign inDemoInstall

grunt-rucksack

Package Overview
Dependencies
45
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    grunt-rucksack

Grunt plugin for Rucksack - A little bag of CSS superpowers


Version published
Weekly downloads
6
increased by500%
Maintainers
1
Install size
6.00 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 18 Aug 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc