pulsar/script/build

9 lines
94 B
Plaintext
Raw Normal View History

2013-06-21 04:07:55 +04:00
#!/bin/sh
set -e
cd "$(dirname "$0")/.."
2013-06-21 20:45:09 +04:00
./script/bootstrap
2013-06-21 04:07:55 +04:00
./node_modules/.bin/grunt "$@"