This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
haml--haml
Watch
1
Star
0
Fork
You've already forked haml--haml
0
mirror of
https://github.com/haml/haml.git
synced
2022-11-09 12:33:31 -05:00
Code
Releases
Activity
3db13fb80a
haml--haml
/
Rakefile
6 lines
101 B
Text
Raw
Normal View
History
Unescape
Escape
Bundle gem hamilton
2015-03-09 14:36:35 +09:00
require "bundler/gem_tasks"
Write Rakefile to run benchmark
2015-03-09 15:27:16 +09:00
task :bench do
system('bundle exec ruby benchmarks/benchmark.rb')
end
Copy permalink