evanmoran / oj

Unified web templating for the people. Thirsty people.
MIT License
445 stars 7 forks source link

RequireJS #12

Closed dminkovsky closed 10 years ago

dminkovsky commented 10 years ago

Hi Evan,

Here's the gist: https://gist.github.com/dminkovsky/7142760

The gist is that you need to get underscore-amd and backbone-amd with Bower, and then OJ works.

evanmoran commented 10 years ago

Thanks! I'm hot on the trail of adding RequireJS and bower support to all the plugins. And in pro-awesome news Backbone and Underscore are getting amd support soon =)

https://twitter.com/jashkenas/status/398425152603824129

evanmoran commented 10 years ago

Everything has RequireJS and Bower support now. RequireJS is actually kinda growing on me. I was pretty surprised but once I got things going RequireJS+ Bower is a pretty sweet development environment. Thanks for suggesting it!