Added sass-globbing, allowing plugin stylesheets to be auto-imported from the assets/stylesheets/plugins directory
This commit is contained in:
parent
05db158fec
commit
9364f37ac7
5 changed files with 13 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -9,6 +9,7 @@ group :development do
|
|||
gem 'RedCloth', '~> 4.2.9'
|
||||
gem 'haml', '~> 3.1.7'
|
||||
gem 'compass', '~> 0.12.2'
|
||||
gem 'sass-globbing', '~> 1.0.0'
|
||||
gem 'rubypants', '~> 0.2.0'
|
||||
gem 'rb-fsevent', '~> 0.9'
|
||||
gem 'stringex', '~> 1.4.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue