New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pleeease-brunch

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pleeease-brunch

Adds Pleeease support to Brunch.

  • 0.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

pleeease-brunch

Add Pleeease support to Brunch

##Install

Add this package to your package.json file, then npm install.

{
	"pleeease-brunch": "0.3.x"
}

Or you can npm install --save pleeease-brunch.

##Add options

All options are in brunch-config file (all set to true), in the plugins.pleeease section, like so:

	plugins:
		pleeease:
			fallbacks:
				autoprefixer: true
				variables: true
				rem: true
				pseudoElements: true
			optimizers:
				import: true
				mqpacker: true
				minifier: true

Note that pleeease-brunch is an optimizer, so it runs only when optimize is set to true.

##More documentation

See Pleeease.

Keywords

FAQs

Package last updated on 19 May 2014

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc