Permalink
Cannot retrieve contributors at this time
executable file
9 lines (9 sloc)
213 Bytes
|
#!/usr/bin/env ruby |
|
begin |
|
load File.expand_path('../spring', __FILE__) |
|
rescue LoadError => e |
|
raise unless e.message.include?('spring') |
|
end |
|
require_relative '../config/boot' |
|
require 'rake' |
|
Rake.application.run |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.