maxim / bootswatch-rails

Bootswatches converted to SCSS ready to use in Rails asset pipeline.
MIT License
489 stars 84 forks source link

Problem with javascript. #80

Closed fabdelgado closed 8 years ago

fabdelgado commented 9 years ago

There is a problem, not being included javascript files boostrap both as boostwatch

maxim commented 9 years ago

Could you please explain in more detail, and show some examples?

latortuga commented 8 years ago

https://github.com/thomaspark/bootswatch/tree/d2246acacb1c9ae45a70ab36f3ca980cded0c75b/assets/js

bootswatch includes javascript assets, the readme does not instruct and this repo does not appear to pull in these assets.

ghost commented 8 years ago

Simply add this line to your application.js file and it should work //= require bootstrap-sprockets

fabdelgado commented 8 years ago

ok, @theknightsky thanks