Skip to content

Commit 79af174

Browse files
committed
Add rake start to demo app
1 parent 90beda8 commit 79af174

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/demo/Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../../lib'
22
require 'resque/tasks'
33
require 'job'
4+
5+
desc "Start the demo using `rackup`"
6+
task :start do
7+
exec "rackup config.ru"
8+
end

0 commit comments

Comments
 (0)