Skip to content

Commit 5f00df3

Browse files
committed
Rename bin/jekyll to bin/jekyll.js; we only use it via node
1 parent 9496890 commit 5f00df3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

bin/jekyll renamed to bin/jekyll.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
51
/**
62
* This script will start the Jekyll server in the context of the docs
73
* directory. It is only for use in local development, and sets the --baseurl

0 commit comments

Comments
 (0)