We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e63b3 commit c9b30edCopy full SHA for c9b30ed
Rakefile
@@ -3,7 +3,8 @@
3
4
desc "Runs the site locally"
5
task :run do
6
- title 'Running at http://0.0.0.0:4567'
+ title 'Running locally'
7
+ sh "open http://0.0.0.0:4567"
8
sh "bundle exec middleman server"
9
end
10
0 commit comments