Skip to content

Commit

Permalink
add rake preview for development
Browse files Browse the repository at this point in the history
  • Loading branch information
studiomohawk committed Jan 12, 2012
1 parent 486d099 commit 223a9ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rakefile
Expand Up @@ -27,3 +27,7 @@ task :switch_theme, :theme do |t, args|
end
end # task :switch_theme

desc "Launch preview environment"
task :preview do
system "jekyll --auto --server"
end

0 comments on commit 223a9ca

Please sign in to comment.