Skip to content

Commit b80456a

Browse files
committed
add --incremental to script
1 parent dcdb177 commit b80456a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "echo \"no test specified\" && exit 0",
88
"webpack:dev": "cross-env NODE_ENV=development webpack --progress --info-verbosity --colors --config webpack/webpack.config.dev.js",
99
"webpack:prod": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js --colors",
10-
"jekyll:dev": "bundle exec jekyll serve --livereload --limit_posts 5",
10+
"jekyll:dev": "bundle exec jekyll serve --livereload --incremental --limit_posts 5",
1111
"jekyll:prod": "JEKYLL_ENV=production bundle exec jekyll build",
1212
"documentationjs": "documentation",
1313
"update-and-generate": "sh ./bootstrap-scripts/update-and-generate.sh",

0 commit comments

Comments
 (0)