Sha256: 3fcdf57936e3fc1bdc49d8a1131985bd25e2a486c8cc66d556087526b77ef610
Contents?: true
Size: 400 Bytes
Versions: 1
Compression:
Stored size: 400 Bytes
Contents
# load all framework and gems load ::File.expand_path(File.join("..", "initialize.rb"), __FILE__) # Make sure the server doesn't start Iodine.protocol = false # create a default task desc "The default task will simply remind you to call 'rake -T'." task :default do puts "I don't know what to do. Please choose a task..." puts "You can print a list of all avaiulable tasks using: rake -T" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plezi-0.12.6 | resources/rakefile |