mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 03:33:58 -06:00
lets see if travis can give us some better info
This commit is contained in:
parent
fcd463cc36
commit
c6b525bd5c
@ -21,6 +21,11 @@ class SiteCustomization < ActiveRecord::Base
|
||||
style: :compressed,
|
||||
filesystem_importer: DiscourseSassImporter
|
||||
}).render
|
||||
|
||||
rescue => e
|
||||
puts e.backtrace.join("\n") unless Sass::SyntaxError === e
|
||||
|
||||
raise e
|
||||
end
|
||||
|
||||
before_save do
|
||||
|
Loading…
Reference in New Issue
Block a user