Add missing dependency tracking

This commit is contained in:
Sam 2014-04-29 13:32:09 +10:00
parent b93d47a267
commit c24d45cb2b
1 changed files with 1 additions and 0 deletions

View File

@ -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",