Skip to content

Commit

Permalink
BUGFIX: dependencies not tracked correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Apr 29, 2014
1 parent d18b136 commit b93d47a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/discourse_sass_importer.rb
Expand Up @@ -110,6 +110,7 @@ def engine_from_path(name, dir, options)
full_filename, syntax = Sass::Util.destructure(find_real_file(dir, name, options))
return unless full_filename && File.readable?(full_filename)

depend_on(full_filename)
Sass::Engine.for_file(full_filename, options)
end
end

0 comments on commit b93d47a

Please sign in to comment.