mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
BUGFIX: dependencies not tracked correctly
This commit is contained in:
parent
d18b136e54
commit
b93d47a267
@ -110,6 +110,7 @@ class DiscourseSassImporter < Sass::Importers::Filesystem
|
|||||||
full_filename, syntax = Sass::Util.destructure(find_real_file(dir, name, options))
|
full_filename, syntax = Sass::Util.destructure(find_real_file(dir, name, options))
|
||||||
return unless full_filename && File.readable?(full_filename)
|
return unless full_filename && File.readable?(full_filename)
|
||||||
|
|
||||||
|
depend_on(full_filename)
|
||||||
Sass::Engine.for_file(full_filename, options)
|
Sass::Engine.for_file(full_filename, options)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user