lib/roda/plugins/assets.rb in roda-3.58.0 vs lib/roda/plugins/assets.rb in roda-3.59.0
- old
+ new
@@ -145,10 +145,10 @@
# === Asset Compression
#
# If you have the yuicompressor gem installed and working, it will be used
# automatically to compress your javascript and css assets. For javascript
# assets, if yuicompressor is not available, the plugin will check for
- # closure_compiler, uglifier, and minjs and use the first one that works.
+ # closure-compiler, uglifier, and minjs and use the first one that works.
# If no compressors are available, the assets will just be concatenated
# together and not compressed during compilation. You can use the
# :css_compressor and :js_compressor options to specify the compressor to use.
#
# It is also possible to use the built-in compression options in the CSS or JS