Skip to content

Commit

Permalink
Using the template compiler in fast mode to fix issues with Ruby 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
obilodeau committed Jan 31, 2018
1 parent 1e6202c commit 884e07e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ end
namespace :build do
desc 'Compile Slim templates and generate converter.rb'
task :converter => 'clean' do
build_converter
# NOTE: using mode :fast by default due to a bug in ruby-beautify under Ruby 2.5
# https://github.com/erniebrodeur/ruby-beautify/issues/45
build_converter :fast
end

desc 'Compile Slim templates and generate converter.rb for Opal'
Expand Down

0 comments on commit 884e07e

Please sign in to comment.