2014-09-18 14:56:38 -07:00
|
|
|
#! /bin/sh
|
2014-09-19 21:55:37 +00:00
|
|
|
git submodule init && git submodule update
|
|
|
|
|
2014-09-18 14:56:38 -07:00
|
|
|
rm node_modules/traceur
|
|
|
|
ln -s ../tools/traceur node_modules/traceur
|
|
|
|
|
|
|
|
rm node_modules/js2dart
|
2014-09-19 21:55:37 +00:00
|
|
|
ln -s ../tools/js2dart node_modules/js2dart
|
2014-09-18 14:56:38 -07:00
|
|
|
|
2014-09-19 21:55:37 +00:00
|
|
|
(cd tools/traceur; npm install)
|
2014-09-18 14:56:38 -07:00
|
|
|
|
2014-09-19 21:55:37 +00:00
|
|
|
(cd tools/js2dart; npm install)
|