Skip to content

Commit

Permalink
Adds sass gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdev committed Apr 29, 2013
1 parent 7f50bd2 commit bf31d52
Show file tree
Hide file tree
Showing 35 changed files with 14,695 additions and 16,966 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ public/system
bin/
install/
config/app_config.yml
public/stylesheets/**/*.css
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ gem 'memcache-client'
gem 'spreadsheet'
gem 'roadie'
gem 'ruby-oembed'
gem 'sass'

group :development do
gem 'git-up'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ GEM
rubyzip (0.9.4)
sanitize (2.0.2)
nokogiri (~> 1.4.4)
sass (3.2.8)
selenium-webdriver (0.2.1)
childprocess (>= 0.1.7)
ffi (>= 1.0.7)
Expand Down Expand Up @@ -241,6 +242,7 @@ DEPENDENCIES
ruby-debug
ruby-oembed
sanitize
sass
spatial_adapter
spreadsheet
steak!
Expand Down
Loading

0 comments on commit bf31d52

Please sign in to comment.