Class: Tilt::Template

Inherits:
Object show all
Defined in:
lib/volt/utils/tilt_patch.rb

Instance Method Summary collapse

Instance Method Details

#warn(*args) ⇒ Object

Tilt outputs the following error: WARN: tilt autoloading ‘sass’ in a non thread-safe way; explicit require ‘sass’ suggested. I can’t get rid of this no matter what I do. (If someone smarter wants to take a shot at it, please do.) For now for my sanity, I’m just silencing its warnings.



6
7
8
# File 'lib/volt/utils/tilt_patch.rb', line 6

def warn(*args)
  # Kernel.warn(*args)
end