Last active
December 14, 2017 16:05
-
-
Save alexshive/9533365 to your computer and use it in GitHub Desktop.
Compass install with auto removing generated files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Initialize a compass setup & watch on an existing project. This is to be entered in the Terminal.