clarion/bin/rake

10 lines
213 B
Plaintext
Raw Normal View History

2014-07-28 12:34:18 +03:00
#!/usr/bin/env ruby
begin
2019-04-28 02:02:09 +03:00
load File.expand_path('../spring', __FILE__)
rescue LoadError => e
raise unless e.message.include?('spring')
2014-07-28 12:34:18 +03:00
end
require_relative '../config/boot'
require 'rake'
Rake.application.run