mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-02 22:11:48 +01:00
Remove the Rails dependency on host by fixing the bin/ra[ke,ils] scripts to use basic sh
This commit is contained in:
parent
bb2bcd7245
commit
d9e20e6d12
4 changed files with 35 additions and 14 deletions
5
bin/run-rake
Executable file
5
bin/run-rake
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require_relative '../config/boot'
|
||||
require 'rake'
|
||||
Rake.application.run
|
||||
Loading…
Add table
Add a link
Reference in a new issue