sass now auto-compiles, fix relative_path for site files

This commit is contained in:
Kyle Drake 2014-08-20 17:57:02 -07:00
parent fbf78f04d6
commit 9aca6cd0a0
10 changed files with 21 additions and 3153 deletions

View file

@ -371,7 +371,7 @@ class Site < Sequel::Model
ThumbnailWorker.perform_async values[:username], relative_path
end
SiteChange.record self, path
SiteChange.record self, relative_path
if self.site_changed != true
self.site_changed = true