We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f7b2c commit 1ed1f9aCopy full SHA for 1ed1f9a
gruntfile.js
@@ -4,7 +4,7 @@ module.exports = function(grunt) {
4
var config = {
5
shell: {
6
start: {
7
- command: "jekyll serve --watch",
+ command: "bundle exec jekyll serve",
8
}
9
10
};
0 commit comments