parent
89230773f3
commit
89fb34d6f9
@ -0,0 +1,11 @@
|
||||
--- lib/sass/plugin/configuration.rb.orig 2011-07-22 11:15:09.637534542 -0400
|
||||
+++ lib/sass/plugin/configuration.rb 2011-07-22 11:15:20.787619673 -0400
|
||||
@@ -2,6 +2,8 @@
|
||||
# so that we can load it independently in Rails 3,
|
||||
# where the full plugin stuff is lazy-loaded.
|
||||
|
||||
+require 'sass/cache_stores'
|
||||
+
|
||||
module Sass
|
||||
module Plugin
|
||||
module Configuration
|
@ -0,0 +1,10 @@
|
||||
--- lib/sass/plugin/compiler.rb.orig 2011-07-22 11:14:18.908146980 -0400
|
||||
+++ lib/sass/plugin/compiler.rb 2011-07-22 11:14:31.275241499 -0400
|
||||
@@ -1,6 +1,7 @@
|
||||
require 'fileutils'
|
||||
|
||||
require 'sass'
|
||||
+require 'sass/util'
|
||||
# XXX CE: is this still necessary now that we have the compiler class?
|
||||
require 'sass/callbacks'
|
||||
require 'sass/plugin/configuration'
|
Loading…
Reference in new issue