myowin76
7/16/2013 - 10:50 AM

Compass commands

Compass commands

# Create a new compass project
compass create path/to/project [--using blueprint] [--sass-dir=sass ...]

# Initialize an existing project to work with compass
compass init

# Compile the project's sass files into css
compass compile [path/to/project]

# Watch the project for changes and compile whenever it does
compass watch [path/to/project]