dev-master
9999999-dev http://bootstraptour.com/Show people how to use your web site
MIT
bootstrap tour
v0.10.2
0.10.2.0 http://bootstraptour.com/Show people how to use your web site
Apache-2.0
bootstrap tour
Show people how to use your web site
Quick and easy way to build your product tours with Bootstrap Popovers., (*2)
Compatible with Bootstrap >= 2.3.0, (*3)
http://bootstraptour.com, (*4)
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 Gulp., (*5)
Feel free to contribute with pull requests, bug reports or enhancement suggestions., (*6)
We use Gulp and Jasmine. Both make your life easier ;), (*7)
Files to be developed are located under ./src/
.
Compiled sources are then automatically put under ./build/
, ./test/
and ./docs/
., (*8)
To begin, you need a few standard dependencies installed. These commands will install ruby, gem, node, npm, and grunt's command line runner:, (*9)
$ sudo apt-get install ruby $ sudo apt-get install ruby-dev $ sudo apt-get install npm $ sudo apt-get install nodejs-legacy
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" \curl -L https://get.rvm.io | bash rvm install ruby-2.1.1 brew install node
$ npm install -g gulp $ npm install $ gem install jekyll
For Mac OS X Mavericks (10.9) users: You will need to jump through all these hoops before you can install Jekyll., (*10)
Run gulp and start to develop with ease:, (*11)
$ gulp $ gulp dist $ gulp test $ gulp docs $ gulp clean $ gulp server $ gulp bump --type minor (major.minor.patch)
Check gulpfile.coffee
to know more., (*12)
Code licensed under the MIT license. Documentation licensed under CC BY 3.0., (*13)
Show people how to use your web site
MIT
bootstrap tour
Show people how to use your web site
Apache-2.0
bootstrap tour