mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 18:25:41 +03:00
Mordernize code base with __dir__ and require_relative
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
require 'benchmark/ips'
|
||||
require File.dirname(__FILE__) + '/theme_runner'
|
||||
require_relative 'theme_runner'
|
||||
|
||||
Liquid::Template.error_mode = ARGV.first.to_sym if ARGV.first
|
||||
profiler = ThemeRunner.new
|
||||
|
||||
Reference in New Issue
Block a user