0.0.3 • Published 11 years ago

sass-middleware v0.0.3

Weekly downloads
103
License
-
Repository
github
Last release
11 years ago

sass-middleware

Like less-middleware but sass-middleware.

Requirements:

  1. Sass

Installation:

# insall Sass if not installed
gem install sass
# install sass-middleware
npm install sass-middleware

Usage:

// app.use(require('sass-middleware')(options))
app.use(require('sass-middleware')({
  bin: '/path/to/sass/executable',
  src: 'public',
  quiet: true
}));

Options:

  1. bin - Path to sass executable (defaults to "sass")
  2. src - Source path (defaults to "public")
  3. dest - Destination path (defaults to options.src)
  4. quiet - Suppress output (defaults to false)
  5. cache_location - Path to sass cache location (defaults to sass default cache location)
0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago