discourse/lib/stylesheet
Guo Xiang Tan 142571bba0 Remove use of rescue nil.
* `rescue nil` is a really bad pattern to use in our code base.
  We should rescue errors that we expect the code to throw and
  not rescue everything because we're unsure of what errors the
  code would throw. This would reduce the amount of pain we face
  when debugging why something isn't working as expexted. I've
  been bitten countless of times by errors being swallowed as a
  result during debugging sessions.
2018-04-02 13:52:51 +08:00
..
common.rb FEATURE: Native theme support 2017-04-12 10:53:49 -04:00
compiler.rb Better formatting for CSS errors 2017-08-16 11:48:07 -04:00
functions.rb FIX: missing image-url helper 2017-05-01 15:32:02 -04:00
importer.rb FEATURE: Theme settings (2) (#5611) 2018-03-04 19:04:23 -05:00
manager.rb Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
watcher.rb also watch CSS in unicorn on dev 2018-03-09 17:47:57 +11:00