Sha256: 5d1e0d58e9972e9be672d34f45e4c915f1683b70ac2705f1e2f8b511972cf06b
Contents?: true
Size: 377 Bytes
Versions: 9
Compression:
Stored size: 377 Bytes
Contents
class Tilt::Template # 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. def warn(*args) # Kernel.warn(*args) end end
Version data entries
9 entries across 9 versions & 1 rubygems