Skip to content
chriseppstein edited this page Sep 13, 2010 · 12 revisions

$ ./bin/compass -h
Description:
  When project is given, generates a new project of that name as a subdirectory of
  the current directory.

  If you change any source files, you can update your project using --update.

Options:
    -u, --update                     Update the current project
    -f, --framework FRAMEWORK        Set up a new project using the selected framework.
                                     Legal values: compass (default), blueprint
    -e, --environment ENV            Use sensible defaults for your current environment:
                                     development, production (default)
    -s, --output-style STYLE         Select a CSS output mode
                                     (nested, expanded, compact, compressed)
        --rails                      Install compass into your Ruby on Rails project found
                                     in the current directory.
    -q, --quiet                      Quiet mode.
        --dry-run                    Dry Run. Tells you what it plans to do.
        --trace                      Show a full traceback on error
        --force                      Force. Allows some commands to succeed when they would
                                     otherwise fail.
    -?, -h, --help                   Show this message
    -v, --version                    Print version

Clone this wiki locally