atos-theme
v1.2.0
Published
Twitter bootstrap theme for use within Canopy/Atos
Downloads
20
Maintainers
Readme
Bootstrap theme to be used in Canopy and Atos portals
Demo
Live demo (hosted on heroku free plan available 18h/day)
How to use it
Examples
If you used Bower: http://localhost/bower_components/atos-theme/demo/index.bower.html
If you used NPM: http://localhost/node_modules/atos-theme/demo/index.npm.html
Contributing
Occasional
- Fork this repository
- Make your changes
- Issue a pull request
Core
- Request write access to this repository from one of the core contributors
- Clone this repository
- Make and commit your changes
- Publish the new package versions for Bower and NPM:
- Use
gulp bump:patch
for bumping the version by 0.0.1 - Use
gulp bump:minor
for bumping the version by 0.1.0 - Use
gulp bump:major
for bumping the version by 1.0.0
- Use