mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 03:10:39 -07:00
Merge branch 'master' of [email protected]:tobi/liquid
Conflicts: lib/liquid.rb lib/liquid/context.rb lib/liquid/variable.rb test/standard_tag_test.rb
This commit is contained in:
@@ -21,4 +21,11 @@ Hoe.new(PKG_NAME, PKG_VERSION) do |p|
|
||||
p.author = "Tobias Luetke"
|
||||
p.email = "[email protected]"
|
||||
p.url = "http://www.liquidmarkup.org"
|
||||
end
|
||||
|
||||
desc "Run the liquid profile/perforamce coverage"
|
||||
task :profile do
|
||||
|
||||
ruby "performance/shopify.rb"
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user