Skip to content

Instantly share code, notes, and snippets.

@sorenmalling
Created May 18, 2015 08:01
Show Gist options
  • Select an option

  • Save sorenmalling/98840453761a9360b4a2 to your computer and use it in GitHub Desktop.

Select an option

Save sorenmalling/98840453761a9360b4a2 to your computer and use it in GitHub Desktop.
# Først, installer "bundler"
gem install bundler
# Placer Gemfile (filen ovenover) i en mappe
# Kør `bundle install` for at installere dine pakker
bundle install
# Kør `bundle exec compass watch` for at starte compass' watch funktionalitet
bundle exec compass watch
source 'https://rubygems.org'
gem 'sass', '~> 3.4.0'
gem 'compass', '1.0.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment