kristianmandrup / bootstrap-addons-rails

Twitter Bootstrap addons: Color- and Datepicker, Image gallery, ready for use with Rails asset pipeline
MIT License
17 stars 6 forks source link

Current version of image gallery is incompatible with Bootstrap 3 #9

Closed eric-smartlove closed 10 years ago

eric-smartlove commented 10 years ago

Current version of image gallery is 2.10, but we need image gallery 3.0.0+ if we want to use it with Bootstrap 3.

I would prefer to make a pull request instead of opening this issue but my knowledge of asset pipeline and javascript components is too limited.

kristianmandrup commented 10 years ago

Please fork this project and create your own gem, fx bootstrap3-addons-rails. The asset pipeline is very simple. You simply put your assets in vendor/assets folder in preordained folders such as stylesheets/ and javascripts/ etc. like done here. I'm not using Rails anymore, switched to Node.js instead ;)