VinceG / twitter-bootstrap-wizard

This twitter bootstrap plugin builds a wizard out of a formatter tabbable structure. It allows to build a wizard functionality using buttons to go through the different wizard steps and using events allows to hook into each step individually.
MIT License
1.39k stars 676 forks source link

the file js in the demo is not the same when get it using bower ? #124

Open atatos opened 9 years ago

atatos commented 9 years ago

I have cloned your repository using bower but i found that the plugin file js is not the same in the demo, What's the problem ?

julien-rodrigues commented 9 years ago

Yep, I got the same thing here. As a workaround, you can replace the tag by the git repo in your bower file:

"twitter-bootstrap-wizard": "https://github.com/VinceG/twitter-bootstrap-wizard.git#master"
julien-rodrigues commented 9 years ago

@VinceG I just took a look to make a PR but the problem is that you just need to create a new tag from master because the 1.2 is kinda old ( VinceG authored on May 12, 2014) :smiley: