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