- To release the .tgz to publish in the private repo, first tag the repo:
git tag v1.8.x[version]and push it. Then build it
gruntand then prepare each .tgz:
rm -fr tmp && mkdir tmp
scripts/bower/publish.sh --action=prepare
scripts/bower/publish.sh --action=package