LSG: Allow the style guide to build without npm present at runtime
authorMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 5 Aug 2014 22:07:05 +0000 (18:07 -0400)
committerMattflaschen <mflaschen@wikimedia.org>
Wed, 6 Aug 2014 18:29:53 +0000 (18:29 +0000)
commited420133a29388112753013ae6f3eb75c287eb63
tree73e629c30fdaa9dcbab241be9ed886245e9db932
parent0f8cef0d8585b63cb820105cee97c23508578c4d
LSG: Allow the style guide to build without npm present at runtime

By only requiring the actual kss-node executable, this allows
running "npm install" at a separate time/machine from the actual
build.

For example, this is useful since the machines used to run Tool Labs
grid jobs do not have npm.

Change-Id: I561b365d4aaf44d921fb54a020e9ff6319318063
docs/kss/Makefile
docs/kss/scripts/kss-node-check.sh [new file with mode: 0755]
docs/kss/scripts/nodecheck.sh [deleted file]