SIGN IN SIGN UP
angular / material UNCLAIMED

Material design for AngularJS

0 0 14 JavaScript
2014-07-01 15:41:38 -07:00
#!/bin/bash
cd "$(dirname "$0")"
#
# starts a hookshot server that will `git pull` whenever
# GitHub pings us
#
# See: https://github.com/Coreh/hookshot
#
hookshot -p 9010 "git fetch && git reset --hard origin/master && npm install && rm -rf dist/ && gulp docs --release"