2015-01-08 14:20:05 -08:00
|
|
|
#!/bin/bash
|
2015-11-05 08:20:13 -08:00
|
|
|
set -ex
|
2015-01-08 14:20:05 -08:00
|
|
|
|
|
|
|
echo =============================================================================
|
|
|
|
# go to project dir
|
|
|
|
SCRIPT_DIR=$(dirname $0)
|
|
|
|
source $SCRIPT_DIR/env_dart.sh
|
|
|
|
cd $SCRIPT_DIR/../..
|
|
|
|
|
2015-06-23 15:26:51 -07:00
|
|
|
./node_modules/.bin/gulp build.js.cjs build.dart benchpress.bundle
|
2015-01-08 14:20:05 -08:00
|
|
|
|
|
|
|
pub install
|