petebrowne / sprockets-sass

Better Sass integration with Sprockets 2.x
MIT License
90 stars 29 forks source link

Avoid a "tilt" warning that occurs with a threaded environment #11

Closed mono0x closed 12 years ago

mono0x commented 12 years ago

When using sprockets-sass with a threaded environment, the following warning is displayed.

WARN: tilt autoloading 'sass' in a non thread-safe way; explicit require 'sass' suggested.

To avoid the warning, apply this patch and add the following line to source code.

require "sprockets/sass/functions"