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 --- config.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.rb') diff --git a/config.rb b/config.rb index 066427ed..8cfcb51f 100644 --- a/config.rb +++ b/config.rb @@ -1,3 +1,5 @@ +require 'sass-globbing' + # Require any additional compass plugins here. project_type = :stand_alone -- cgit v1.2.1