Commit 184197ac authored by Calvin Metcalf's avatar Calvin Metcalf
Browse files

publish script

parent adf0919a
Loading
Loading
Loading
Loading

publish.sh

0 → 100644
+17 −0
Original line number Diff line number Diff line
#!/bin/bash
#you may need to run npm install -g tin
tin -v $1
git checkout -b build
grunt
git add dist/proj4.js -f
git add dist/proj4-src.js -f
git add package.json
git add bower.json
git add component.json
git commit -m build
git tag $1
git push origin $version
npm publish
jam publish
git checkout master
git branch -D build
 No newline at end of file