mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add missing dependency tracking
This commit is contained in:
parent
b93d47a267
commit
c24d45cb2b
@ -53,6 +53,7 @@ class DiscourseSassImporter < Sass::Importers::Filesystem
|
|||||||
else
|
else
|
||||||
contents << File.read(css_file)
|
contents << File.read(css_file)
|
||||||
end
|
end
|
||||||
|
depend_on(css_file)
|
||||||
end
|
end
|
||||||
Sass::Engine.new(contents, options.merge(
|
Sass::Engine.new(contents, options.merge(
|
||||||
filename: "#{name}.scss",
|
filename: "#{name}.scss",
|
||||||
|
Loading…
Reference in New Issue
Block a user