summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorYuya Saito <studiomohawk@gmail.com>2012-01-12 17:41:52 +0900
committerYuya Saito <studiomohawk@gmail.com>2012-01-12 17:41:52 +0900
commit223a9ca6a2da0cf571d343c5832510162a279bf5 (patch)
treea14577c5ffaf13300b76efe038ab0a134cb30d16 /Rakefile
parent486d099e96e09efff776681503b558956300871a (diff)
add rake preview for development
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index bea3fd9..1087d90 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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