diff options
author | Brandon Mathis <brandon@imathis.com> | 2013-03-11 01:40:41 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2013-03-11 01:40:41 -0500 |
commit | 9364f37ac75a028c7ce12de06cc00da5bc2506b9 (patch) | |
tree | 1a061873a16bd49869a551668528fc3a76884c84 /Gemfile | |
parent | 05db158fec6d4c2ba3b558f2b83a0addb7f55b34 (diff) | |
download | my_new_personal_website-9364f37ac75a028c7ce12de06cc00da5bc2506b9.tar.xz my_new_personal_website-9364f37ac75a028c7ce12de06cc00da5bc2506b9.zip |
Added sass-globbing, allowing plugin stylesheets to be auto-imported from the assets/stylesheets/plugins directory
Diffstat (limited to '')
-rw-r--r-- | Gemfile | 1 | ||||
-rw-r--r-- | Gemfile.lock | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index d5bc6224..02f10736 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,6 +36,8 @@ GEM rdiscount (1.6.8) rubypants (0.2.0) sass (3.1.20) + sass-globbing (1.0.0) + sass (>= 3.1) sinatra (1.3.5) rack (~> 1.4) rack-protection (~> 1.3) @@ -60,5 +62,6 @@ DEPENDENCIES rb-fsevent (~> 0.9) rdiscount (~> 1.6.8) rubypants (~> 0.2.0) + sass-globbing (~> 1.0.0) sinatra (~> 1.3.5) stringex (~> 1.4.0) |