Skip to content

Instantly share code, notes, and snippets.

@Rplus
Created December 16, 2014 07:28
Show Gist options
  • Save Rplus/6a36840385e236f29bab to your computer and use it in GitHub Desktop.
Save Rplus/6a36840385e236f29bab to your computer and use it in GitHub Desktop.
compass update in windows
  • utf-8
    set Encoding.default_external = 'utf-8' in first line of config.rb
    via: Sass UTF-8 encoding on Windows

  • gem update SSL error
    gem source: list gem sources,
    gem sources --add http://rubygems.org
    gem sources --remove https://rubygems.org: remove SSL request

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