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 9496890 commit 5f00df3Copy full SHA for 5f00df3
bin/jekyll renamed to bin/jekyll.js
@@ -1,7 +1,3 @@
1
-#!/bin/sh
2
-':' //; exec "$(command -v nodejs || command -v node)" "$0" "$@"
3
-// ^^^ Lovely polyglot script to permit usage via node _or_ via bash: see
4
-// http://unix.stackexchange.com/questions/65235/universal-node-js-shebang
5
/**
6
* This script will start the Jekyll server in the context of the docs
7
* directory. It is only for use in local development, and sets the --baseurl
0 commit comments