Closed mono0x closed 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"
When using sprockets-sass with a threaded environment, the following warning is displayed.
To avoid the warning, apply this patch and add the following line to source code.