Javascript library to allow you to integrate with Lyric services.
-
Clone the repository locally
https://github.com/LyricFinancial/lyric-snippet.git
-
Install dev dependencies
npm install
-
Make appropriate coding changes to either the lyric-snippet.coffee or lyric-widget.coffee and their corresponding templates
-
Build
grunt
-
Make a commit to git, then add a tag using the next version number. This is what dictates the versioning for bower.
-
Push to git making sure to push tags as well
git push origin master --tags
-
Update bower file of projects using the lyric-snippet to use the latest version.