瀏覽代碼

Merge pull request #10 from bomberstudios/master

Added support for 'serve'
Graham Ashton 13 年之前
父節點
當前提交
68a4487240
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bundler-exec.sh

+ 1 - 1
bundler-exec.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 #!/bin/bash
 
 
-BUNDLED_COMMANDS="${BUNDLED_COMMANDS:-cap capify cucumber heroku rackup rails rake rspec ruby shotgun spec spork thin unicorn unicorn_rails}"
+BUNDLED_COMMANDS="${BUNDLED_COMMANDS:-cap capify cucumber heroku rackup rails rake rspec ruby serve shotgun spec spork thin unicorn unicorn_rails}"
 
 
 ## Functions
 ## Functions