Update LESS_BINARY and add BABEL_BINARY to cope with no symlinks.
Review Request #7994 — Created Feb. 24, 2016 and submitted — Latest diff uploaded
Vagrant on windows has issues creating symlinks, especially from within
npm install
. It's possible to usenpm install --no-bin-links
, but then
things are not included innode_modules/.bin
.This change explicitly references the right scripts inside the
less
and
babel-cli
modules.
Verified that compilation still worked.