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 375297d commit e9ef495Copy full SHA for e9ef495
clean.bat
@@ -0,0 +1,2 @@
1
+@echo off
2
+call bundle exec jekyll clean
runServer.bat
@@ -1,4 +1,4 @@
@echo off
-npm install
3
-bundle install
4
-bundle exec jekyll serve --incremental --trace --livereload --open-url --drafts
+call npm install
+call bundle install
+call bundle exec jekyll serve --incremental --trace --livereload --open-url --drafts
0 commit comments