pulsar/script/build
2013-06-21 09:46:25 -07:00

9 lines
94 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")/.."
./script/bootstrap
./node_modules/.bin/grunt "$@"