Skip to content

Commit

Permalink
Put Ambles before MultiFlattener for optimization
Browse files Browse the repository at this point in the history
somehow it wasn't committed when I came up with it.
  • Loading branch information
k0kubun committed Mar 24, 2021
1 parent f6315ad commit 726371b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hamlit/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ class Engine < Temple::Engine
use Escapable
use ForceEscapable
filter :ControlFlow
use Ambles
filter :MultiFlattener
filter :StaticMerger
use DynamicMerger
use Ambles
use :Generator, -> { options[:generator] }
end
end

0 comments on commit 726371b

Please sign in to comment.