-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Milestone
Description
It looks like react-bootstrap uses a 'define' method, which I think is part of RequireJS. As far as I can tell, RequireJS doesn't work well with the Rails native asset manager, Sprockets. At this point, I can't see an easy way to use react-bootstrap in my rails App.
I tried using this repo and react-bootstrap-bower
, pulling from rails-assets.org and direct download from github. No luck.
Perhaps I am missing something obvious. Can anyone give me a tip on how to get react-bootstrap working in a rails app??