Skip to content

Instantly share code, notes, and snippets.

@alexshive
Last active December 14, 2017 16:05
Show Gist options
  • Save alexshive/9533365 to your computer and use it in GitHub Desktop.
Save alexshive/9533365 to your computer and use it in GitHub Desktop.
Compass install with auto removing generated files
compass create --sass-dir "scss" --css-dir "css" --javascripts-dir "js" --images-dir "img"; mv scss/screen.scss scss/style.scss; rm scss/ie.scss; rm scss/print.scss; rm css/*; compass watch
@alexshive
Copy link
Author

Initialize a compass setup & watch on an existing project. This is to be entered in the Terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment