class Tilt::Template

Public Instance Methods

warn(*args) click to toggle source

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.

# File lib/volt/utils/tilt_patch.rb, line 6
def warn(*args)
  # Kernel.warn(*args)
end