bower-sticky-footer
A bower component for the bootstrap "sticky footer" template with some customization
How to use this package
- Add it as a bower dependency to your project with
bower install --save. - Copy the sample file in
/bower_components/sticky-footer/example/index.htmlinto your project - Wire the dependencies with
wiredep --src index.html
How this package was registered with bower.io
bower register sticky-footer git@github.com:SoftEng-HEIGVD/bower-sticky-footer.git
Package sticky-footer registered successfully!
All valid semver tags on git://github.com/SoftEng-HEIGVD/bower-sticky-footer.git will be available as versions.
To publish a new version, just release a valid semver tag.
Run bower info sticky-footer to list the available versions.
How to create a new version
- Implement the feature / fix the bug
- Edit the version in
bower.json - Commit the changes with
git - Tag the version with
git tag -a x.x.x -m 'message' - Push the tag with
git push origin x.x.x