2014-09-18 17:56:38 -04:00
|
|
|
#! /bin/sh
|
2014-09-19 17:55:37 -04:00
|
|
|
git submodule init && git submodule update
|
|
|
|
|
2014-09-26 20:39:27 -04:00
|
|
|
rm node_modules/transpiler
|
|
|
|
ln -s ../tools/transpiler node_modules/transpiler
|
2014-09-18 17:56:38 -04:00
|
|
|
|
2014-09-26 20:39:27 -04:00
|
|
|
(cd tools/transpiler; npm install)
|