Parent

Class/Module Index [+]

Quicksearch

Sass::Importers::Filesystem

Public Instance Methods

_find(dir, name, options) click to toggle source
# File lib/nanoc/filters/sass/sass_filesystem_importer.rb, line 6
def _find(dir, name, options)
  # Find filename
  full_filename, _syntax = ::Sass::Util.destructure(find_real_file(dir, name, options))
  return nil if full_filename.nil?

  # Create dependency
  filter = options[:nanoc_current_filter]
  item = filter.imported_filename_to_item(full_filename)
  filter.depend_on([ item ]) unless item.nil?

  # Call original _find
  _orig_find(dir, name, options)
end
Also aliased as: _orig_find
_orig_find(dir, name, options) click to toggle source
Alias for: _find

[Validate]

Generated with the Darkfish Rdoc Generator 2.