powmedia / backbone.bootstrap-modal

Bootstrap Modal wrapper for use with Backbone.
MIT License
183 stars 97 forks source link

Any advice on using with r.js optimizer? #83

Open nigel-daniels opened 8 years ago

nigel-daniels commented 8 years ago

Hi, thanks for this tool it's a great help in integrating backbone and bootstrap. I've used this in a couple of spot's and I'm attempting to ready my app for deployment. To do this I'm using the r.js optimizer (part of require). I've used a shim set up to pully the libraries my app uses together and as part of that I point the optimizer to my shim file as my mainConfigFile option and I set the wrapShim flag to tru so that backbone's dependancies get loaded. However this then results in backbone.bootstrap-modal declaring that '_' is undefined as the scop has been changed by the wrap. Is there a suggested way of resolving this so I can use this library in an optimized environment?