mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-17 01:40:42 -07:00
Merge pull request #485 from Shopify/lazy-load-profiler-hooks
Defer loading profiler hooks
This commit is contained in:
@@ -5,6 +5,7 @@ require 'spy/integration'
|
||||
|
||||
$:.unshift(File.join(File.expand_path(File.dirname(__FILE__)), '..', 'lib'))
|
||||
require 'liquid.rb'
|
||||
require 'liquid/profiler'
|
||||
|
||||
mode = :strict
|
||||
if env_mode = ENV['LIQUID_PARSER_MODE']
|
||||
|
||||
Reference in New Issue
Block a user