From 2f09f944149dbc84b41fccc1eb04157730a0f254 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 16 Oct 2015 01:11:45 +0900 Subject: [PATCH] Accept silent_script --- lib/hamlit/compiler.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hamlit/compiler.rb b/lib/hamlit/compiler.rb index 109aba1d..a83914b9 100644 --- a/lib/hamlit/compiler.rb +++ b/lib/hamlit/compiler.rb @@ -34,6 +34,8 @@ module Hamlit compile_plain(node) when :script compile_script(node) + when :silent_script + [:multi] when :tag compile_tag(node) when :haml_comment