fix rake console task
This commit is contained in:
parent
215da13b26
commit
c489c1c2b2
2
Rakefile
2
Rakefile
|
@ -53,7 +53,7 @@ task :default => :test
|
||||||
|
|
||||||
desc "Open an irb session preloaded with this library"
|
desc "Open an irb session preloaded with this library"
|
||||||
task :console do
|
task :console do
|
||||||
sh "irb -rubygems -r ./lib/jekyll.rb"
|
sh "irb -rubygems -I lib -r jekyll.rb"
|
||||||
end
|
end
|
||||||
|
|
||||||
# converters
|
# converters
|
||||||
|
|
Loading…
Reference in New Issue