Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 301 Bytes

File metadata and controls

19 lines (14 loc) · 301 Bytes
  • 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

grunt

and then prepare each .tgz:

rm -fr tmp && mkdir tmp
scripts/bower/publish.sh --action=prepare
scripts/bower/publish.sh --action=package