We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c91815 commit ecc46b6Copy full SHA for ecc46b6
Rakefile
@@ -16,7 +16,7 @@ CONFIG = {
16
17
desc 'Preview the site with Jekyll'
18
task :preview do
19
- sh "jekyll serve --watch --drafts --baseurl '' --config _config.yml,_config-dev.yml"
+ sh "bundle exec jekyll serve --watch --drafts --baseurl '' --config _config.yml,_config-dev.yml"
20
end
21
22
desc 'Search site and print specific deprecation warnings'
@@ -85,4 +85,4 @@ task :page do
85
post.puts 'description: ""'
86
post.puts "---"
87
88
-end # task :page
+end # task :page
0 commit comments