Skip to content

Commit

Permalink
Preview shows what the live site would look like.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthNerdus committed Nov 20, 2013
1 parent 83d547f commit fdea27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ end
desc "Launch a preview of the site in the browser [drafts (true/false)]"
task :preview do
require 'Launchy'
drafts = ENV["drafts"] || "true"
drafts = ENV["drafts"] || "false"

Thread.new do
puts "Launching browser for preview..."
Expand Down

0 comments on commit fdea27f

Please sign in to comment.