Skip to content

Commit

Permalink
remove "server" so other commands (ex: build, deploy) can be used too
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett committed Mar 11, 2015
1 parent 1702575 commit 8280a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-server.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

bundle install --quiet && bundle exec middleman server $@
bundle install --quiet && bundle exec middleman $@

0 comments on commit 8280a81

Please sign in to comment.