Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Also install compass/sass on Heroku
  • Loading branch information
iain committed May 20, 2012
1 parent 5a02d28 commit 3b66bbb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Gemfile
Expand Up @@ -4,15 +4,13 @@ source :rubygems
gem 'sinatra'
gem 'slim'
gem 'builder'
gem 'sass', '>= 3.2.0.alpha.237'
gem 'compass'

group :development do
gem 'shotgun'
gem 'heroku'

# styles
gem 'sass', '>= 3.2.0.alpha.237'
gem 'compass'

# compiling articles
gem 'redcarpet'
gem 'nokogiri'
Expand Down

0 comments on commit 3b66bbb

Please sign in to comment.