Last active
January 2, 2016 13:19
-
-
Save khalib/8309465 to your computer and use it in GitHub Desktop.
Useful Compass Commands
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
| # Install compass | |
| gem update --system | |
| gem install compass | |
| # Force compile all SASS files. | |
| compass compile -e production --force | |
| # Clear registry/memcache on Acquia | |
| echo -e "flush_all\r\nquit" | nc `hostname -s` 11211 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment