Skip to content

Commit

Permalink
move sprockets-sass up
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed May 26, 2012
1 parent 15f37e5 commit 4fa98e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/middleman-sprockets/sass.rb
@@ -1,3 +1,5 @@
require "sprockets-sass"

module Middleman
module Sprockets

Expand All @@ -9,7 +11,6 @@ class << self

# Once registered
def registered(app)
require "sprockets-sass"

# Stick with Compass' asset functions
::Sprockets::Sass.add_sass_functions = false
Expand Down

0 comments on commit 4fa98e1

Please sign in to comment.