Class: Awestruct::Handlers::SassHandler
- Inherits:
-
BaseSassHandler
- Object
- BaseHandler
- BaseSassHandler
- Awestruct::Handlers::SassHandler
- Defined in:
- lib/awestruct/handlers/sass_handler.rb
Instance Attribute Summary
Attributes inherited from BaseSassHandler
Attributes inherited from BaseHandler
Instance Method Summary collapse
-
#initialize(site, delegate) ⇒ SassHandler
constructor
A new instance of SassHandler.
Methods inherited from BaseSassHandler
#output_filename, #rendered_content, #simple_name
Methods inherited from BaseHandler
#content_line_offset, #content_syntax, #front_matter, #inherit_front_matter, #input_mtime, #output_extension, #output_filename, #output_path, #path, #raw_content, #relative_source_path, #rendered_content, #simple_name, #stale?, #to_chain
Constructor Details
#initialize(site, delegate) ⇒ SassHandler
Returns a new instance of SassHandler.
8 9 10 |
# File 'lib/awestruct/handlers/sass_handler.rb', line 8 def initialize(site, delegate) super( site, delegate, :sass ) end |