Rakefile in atome-0.5.6.0.4 vs Rakefile in atome-0.5.6.1.0

- old
+ new

@@ -6,10 +6,23 @@ require 'rubygems/command_manager' require 'rubygems/uninstaller' require 'bundler/gem_tasks' load 'exe/atome' + + +folder_name = 'lib/eVe' + +unless Dir.exist?(folder_name) + Dir.mkdir(folder_name) + File.open('lib/eVe/eVe_relative.rb', 'w') do |file| + end + File.open('lib/eVe/eVe.rb', 'w') do |file| + end +end + + task :cleanup do manager = Gem::CommandManager.instance cleanup_command = manager['cleanup'] @@ -183,10 +196,10 @@ build_opal_application(source, destination, project_name) # build and open the app threads = [] threads << Thread.new do - + sleep 1 if RbConfig::CONFIG['host_os'] =~ /mswin|mingw|cygwin/ # code to exec for Windows `start http://localhost:9292` # `start #{destination}\\#{project_name}\\src\\index_server.html`