Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 975 Bytes

README.md

File metadata and controls

39 lines (21 loc) · 975 Bytes

Steroids JS

A JavaScript library to be used with AppGyver Steroids and Steroids npm.

Development:

npm install

Testing

Automated

There is a jasmine test project in specsApp/ that has steroids.js symlinked from dist/

Explorative

There is a separate steroids project in testApp/ that has steroids.js symlinked from dist/

Publishing:

sh ./bumb-plz.sh

grunt
git submodule update  # ensure bower/

cd bower && git co master && cd ..

echo "VERSION=$(coffee sync-bower.coffee)"

cp dist/steroids.js bower/steroids.js
cd bower && git co master && git commit -am "$VERSION" && git tag "v$VERSION" && git push && git push --tags && cd ..
git add bower && git commit -m "Updated submodule to $VERSION" && git push && git push --tags

npm publish ./

License

Steroids.js is released under the MIT License.