Skip to content

titanjer/compass-brunch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Adds Compass support to Brunch

Resources

Stars

Watchers

Forks

Packages

No packages published