--- title: Compass Command Line Documentation layout: tutorial classnames: - tutorial --- Compass Command Line Documentation ================================== This page lists the compass commands you can use to set up and manage your project. You may also find one of these walk throughs useful: * HOWTO: [Compile your stylesheets for production](/docs/tutorials/production-css/) Project Commands ---------------- ### Create a new compass project compass create path/to/project [--using blueprint] [--sass-dir=sass ...] [--project-type=rails] ### Initialize an existing project to work with compass compass init rails path/to/project [--using blueprint] ### Install a pattern from an extension into a project compass install blueprint/buttons [path/to/project] ### 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] ### Emit a configuration file at the location specified. compass config [path/to/config] [--sass-dir=sass --css-dir=css ...] ### Validate the generated CSS. compass validate [path/to/project] Misc commands ------------- ### Generate a background image that can be used to verify grid alignment compass grid-img W+GxH [path/to/grid.png] Where:
W
= G
= H
=