Created
May 18, 2015 08:01
-
-
Save sorenmalling/98840453761a9360b4a2 to your computer and use it in GitHub Desktop.
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
| # 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 |
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
| 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