aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/serve.bat
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-03-08 04:47:11 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-03-08 04:47:11 +0300
commit7724fabf4297f27a3028c333706addf3363eb340 (patch)
treeda6165889297e6119c792ec650c6f8a716415366 /serve.bat
parentstd::call_once: add a complete code sample (diff)
downloadjekyll-theme-7724fabf4297f27a3028c333706addf3363eb340.tar.gz
jekyll-theme-7724fabf4297f27a3028c333706addf3363eb340.zip
add a script for running `jekyll serve`
Diffstat (limited to 'serve.bat')
-rw-r--r--serve.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/serve.bat b/serve.bat
new file mode 100644
index 0000000..495241b
--- /dev/null
+++ b/serve.bat
@@ -0,0 +1 @@
+bundle exec jekyll serve --watch --force_polling --drafts --config _config.yml,_config_dev.yml