Skip to content

Instantly share code, notes, and snippets.

@jensgro
Created February 14, 2012 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jensgro/1828981 to your computer and use it in GitHub Desktop.
Save jensgro/1828981 to your computer and use it in GitHub Desktop.
creating compass in an existing folder
compass create . --bare --sass-dir "sass" --css-dir "css" --javascripts-dir "js" --images-dir "images"
compass watch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment