1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

A more informative comment for config.asset.debug

This commit is contained in:
Jared Beck 2012-07-16 08:05:49 -04:00
parent 3dc54d7e90
commit df6aa8c87c

View file

@ -35,7 +35,7 @@
# Do not compress assets.
config.assets.compress = false
# Expands the lines which load the assets.
# Debug mode disables concatenation and preprocessing of assets.
config.assets.debug = true
<%- end -%>