Socket
Book a DemoInstallSign in
Socket

compass-brunch

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compass-brunch

Adds Compass support to brunch.

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

compass-brunch

Adds Compass support to brunch.

Usage

Add "compass-brunch": "x.y.z" to package.json of your brunch app.

Pick a plugin version that corresponds to your minor (y) brunch version.

If you want to use git version of plugin, add "compass-brunch": "git+ssh://git@github.com:anthonyshort/compass-brunch.git".

Add your Compass config file to your project and point your config.coffee to it:

exports.config =
  paths:
    compass: './compass.rb'

It will now compile your project using compass compile whenever a sass or scss file in your project changes.

FAQs

Package last updated on 10 Sep 2012

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