Skip to content

Commit

Permalink
Merge pull request #179 from kvannotten/patch-1
Browse files Browse the repository at this point in the history
Updated Rakefile :preview command to new Jekyll standards
  • Loading branch information
marshallshen committed Sep 4, 2013
2 parents 010d99f + dbdf47a commit dea31e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ end # task :page

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

# Public: Alias - Maintains backwards compatability for theme switching.
Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
permalink: /:categories/:year/:month/:day/:title

exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
auto: true
pygments: true

# Themes are encouraged to use these universal variables
Expand Down

0 comments on commit dea31e7

Please sign in to comment.