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:
parent
2f7ff8f24f
commit
c1e4568f89
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue