TurkServer / meteor-tutorials

Create super cool animated tutorials for your Meteor app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: can I use this with other bootstrap package ?

willemx opened this issue · comments

I would like to use this nice package in my project, but I don't want to include twbs:bootstrap because I am already using nemo64:bootstrap less. What would be the best way to accomplish this?

I just pushed a version (0.6.6) that only uses weak dependencies, so you can choose which bootstrap package you'd like to use. You should be able to update to the latest version and it will use nemo64:bootstrap without pulling in twbs:bootstrap.

Let me know if this works for you.

Yes, it works.
Thanks!!!