Sha256: 086b7b2fe031c33d89e9dc14d2836a72142e384bb9f9081e7de405402d65a6d1
Contents?: true
Size: 576 Bytes
Versions: 1
Compression:
Stored size: 576 Bytes
Contents
# Hack to use the latest version instead of the gems when developing Mirah if File.exist?('../../lib/mirah.rb') $: << File.expand_path('../../lib') end if File.exist?('../../../bitescript/lib/bitescript.rb') $: << File.expand_path('../../../bitescript/lib/') end require 'mirah/appengine_tasks' appengine_app :app MIRAH_APP = "#{Duby.dest_path}/org/mirah/MirahApp.class" LIST = "#{Duby.source_path}/org/mirah/list.dhtml" # We want to recompile the app if the template gets modified Rake::Task[MIRAH_APP].enhance([LIST]) task :app => MIRAH_APP task :default => :server
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mirah-0.0.4-java | examples/appengine/Rakefile |