From 9364f37ac75a028c7ce12de06cc00da5bc2506b9 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Mon, 11 Mar 2013 01:40:41 -0500 Subject: Added sass-globbing, allowing plugin stylesheets to be auto-imported from the assets/stylesheets/plugins directory --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index a11c24f2..dc2b5cc6 100644 --- a/Gemfile +++ b/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' -- cgit v1.2.1