This website requires JavaScript.
Explore
Help
Sign In
pulsar-edit
/
pulsar
Watch
1
Star
1
Fork
0
You've already forked pulsar
mirror of
https://github.com/pulsar-edit/pulsar.git
synced
2024-11-14 04:29:04 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6146c0934a
pulsar
/
script
/
build
9 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add script/build task
2013-06-21 04:07:55 +04:00
#!/bin/sh
set -e
cd "$(dirname "$0")/.."
script/build calls script/bootstrap
2013-06-21 20:45:09 +04:00
./script/bootstrap
Add script/build task
2013-06-21 04:07:55 +04:00
./node_modules/.bin/grunt "$@"
Reference in New Issue
Copy Permalink