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

Update a comment

This commit is contained in:
Takashi Kokubun 2015-03-30 15:49:48 +09:00
parent 2f7ff8f24f
commit c1e4568f89

View file

@ -1,9 +1,10 @@
require 'hamlit/concerns/deprecation'
require 'temple/html/pretty'
# NOTE: This does not work. Actually on_static is just a workaround.
# This should be totally rewritten. Because pretty mode is not used
# on production and not so important, it is not done for now.
# NOTE: This does not work and disabled by default.
# Actually on_static is just a workaround. This should be totally rewritten.
# Because pretty mode is not used on production and not so important,
# it is not done for now.
module Hamlit
module HTML
class Pretty < Temple::HTML::Pretty