mirror of
https://github.com/discourse/discourse.git
synced 2026-08-07 11:45:21 -05:00
Add missing dependency tracking
This commit is contained in:
@@ -53,6 +53,7 @@ class DiscourseSassImporter < Sass::Importers::Filesystem
|
||||
else
|
||||
contents << File.read(css_file)
|
||||
end
|
||||
depend_on(css_file)
|
||||
end
|
||||
Sass::Engine.new(contents, options.merge(
|
||||
filename: "#{name}.scss",
|
||||
|
||||
Reference in New Issue
Block a user