class SassC::SparkEngine::Importer

Public Instance Methods

imports(path, parent_path) click to toggle source

Inject importer into Rails

Calls superclass method
# File lib/spark_engine/sassc/importer.rb, line 22
def imports(path, parent_path)
  EXTENSIONS << SassYamlExtension.new
  super(path, parent_path)
end

Private Instance Methods

record_import_as_dependency(path) click to toggle source
# File lib/spark_engine/sassc/importer.rb, line 30
def record_import_as_dependency(path)
  # Replace reference to sprockets for ease of use without Rails
  # environment
end