lib/roger_sass/processor.rb in roger_sass-1.0.0 vs lib/roger_sass/processor.rb in roger_sass-1.0.1
- old
+ new
@@ -1,4 +1,6 @@
+require 'roger/release'
+
module RogerSass
class Processor < Roger::Release::Processors::Base
# @param [Hash] options Options as described below, all other options will be passed to Sass.compile_file.
#
# @option options [Array] :match An array of shell globs, defaults to ["stylesheets/**/*.scss"]
\ No newline at end of file