Created
February 23, 2015 20:53
-
-
Save assp1r1n3/f1d0df3842b5f3cc2af0 to your computer and use it in GitHub Desktop.
Sinatra runner for Cloud9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "cmd" : ["bash", "--login", "-c", "ruby $file -p $port -o $ip $args"], | |
| "info" : "Sinatra started $project_path$file_name", | |
| "env" : {}, | |
| "working_dir" : "$project_path", | |
| "selector" : "source.rb" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment