A JavaScript library to be used with AppGyver Steroids and Steroids npm.
npm install
There is a jasmine test project in specsApp/ that has steroids.js symlinked from dist/
There is a separate steroids project in testApp/ that has steroids.js symlinked from dist/
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 ./
Steroids.js is released under the MIT License.