lib/hanami/assets/configuration.rb in hanami-assets-1.3.1 vs lib/hanami/assets/configuration.rb in hanami-assets-1.3.2
- old
+ new
@@ -231,20 +231,20 @@
#
# The following symbols are accepted:
#
# * <tt>:builtin</tt> - Ruby based compressor. It doesn't require any external gem. It's fast, but not an efficient compressor.
# * <tt>:yui</tt> - YUI-Compressor, it depends on <tt>yui-compressor</tt> gem and requires Java 1.4+
- # * <tt>:sass</tt> - Sass, it depends on <tt>sass</tt> gem
+ # * <tt>:sass</tt> - Sass, it depends on <tt>sassc</tt> gem
#
# @param value [Symbol,#compress] the compressor
#
# @since 0.1.0
#
# @see http://yui.github.io/yuicompressor
# @see https://rubygems.org/gems/yui-compressor
#
# @see http://sass-lang.com
- # @see https://rubygems.org/gems/sass
+ # @see https://rubygems.org/gems/sassc
#
# @example YUI Compressor
# require 'hanami/assets'
#
# Hanami::Assets.configure do