qiushiyong 850e253702 init 2 yıl önce
..
build 850e253702 init 2 yıl önce
docs 850e253702 init 2 yıl önce
src 850e253702 init 2 yıl önce
.bower.json 850e253702 init 2 yıl önce
.gitignore 850e253702 init 2 yıl önce
.travis.yml 850e253702 init 2 yıl önce
Gruntfile.coffee 850e253702 init 2 yıl önce
LICENSE 850e253702 init 2 yıl önce
README.md 850e253702 init 2 yıl önce
bower.json 850e253702 init 2 yıl önce
composer.json 850e253702 init 2 yıl önce
index.html 850e253702 init 2 yıl önce
package.json 850e253702 init 2 yıl önce

README.md

Bootstrap Tour Build Status

Quick and easy way to build your product tours with Twitter Bootstrap Popovers.

Compatible with Bootstrap <= 3.0.0

Demo and Documentation

http://bootstraptour.com

TODO

  • Add the smooth scrolling when the popover is outside the viewport
  • Define an appropriate tag + milestone system

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Feel free to contribute with pull requests, bug reports or enhancement suggestions.

We use Grunt and Jasmine. Both make your lives easier ;)

How to run/develop

Install the dependencies

npm install

Files to be developed are located under ./src/ Compiled sources are then automatically put under ./build/ (and ./test/)

Run main tasks (check Gruntfile.coffee for more infos)

// Start a server and run the demo page
grunt
grunt run
// Compile all sources
grunt build
// Compile all sources and run the tests
grunt test
// Automatically release a new version (see below for more details)
grunt release

More information here

Releasing

Releasing a new version is completely automated using the Grunt task grunt release.

grunt release // patch release
grunt release:minor // minor release
grunt release:major // major release

License

Code licensed under the Apache License v2.0. Documentation licensed under CC BY 3.0. Well, the same licenses as Bootstrap. We are lazy! ;)