Skip to content

Commit c9b30ed

Browse files
committed
[Rake] Open browser in run task
1 parent f3e63b3 commit c9b30ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
desc "Runs the site locally"
55
task :run do
6-
title 'Running at http://0.0.0.0:4567'
6+
title 'Running locally'
7+
sh "open http://0.0.0.0:4567"
78
sh "bundle exec middleman server"
89
end
910

0 commit comments

Comments
 (0)