Skip to content

Instantly share code, notes, and snippets.

@khalib
Last active January 2, 2016 13:19
Show Gist options
  • Select an option

  • Save khalib/8309465 to your computer and use it in GitHub Desktop.

Select an option

Save khalib/8309465 to your computer and use it in GitHub Desktop.
Useful Compass Commands
# 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