Skip to content

taskjs/task-compass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

task-compass

Compile Sass to CSS using Compass.

Compass is an open-source authoring framework for the Sass css preprocessor. It helps you build stylesheets faster with a huge library of Sass mixins and functions, advanced tools for spriting, and workflow improvements including file based Sass configuration and a simple pattern for building and using Compass extensions.

This task requires you to have Ruby, Sass, and Compass >=0.12.2 installed. If you're on OS X or Linux you probably already have Ruby installed; test with ruby -v in your terminal. When you've confirmed you have Ruby installed, run gem update --system && gem install compass to install Compass and Sass.

Compass operates on a folder level. Because of this you don't specify an, but instead define the sassDir and cssDir options.

The "compass" task

Usage Examples

var compass = new (require('task-compass'))
compass.run([], {
        projectPath: __dirname,
        environment: 'development',
        sassDir: 'style',
        cssDir: 'style'
    })

Options

See Compass Configuration Reference

Release History

  • 2014-05-24 0.1.0 Initial release.

License

Copyright (c) 2014 Yuanyan Cao. Licensed under the MIT license.

About

Compile Sass to CSS using Compass.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published