justspamjustin / BossView

Manage your Marionette.js views like a boss! Manages events and rendering of sub-views.
http://justspamjustin.github.io/BossView/
MIT License
48 stars 6 forks source link

Browserify compatibility #10

Open megawac opened 9 years ago

megawac commented 9 years ago

It'd be nice if I could

require("bossview")

Thanks

agwidarsito commented 9 years ago

I'm not sure about what browserify does exactly, but you can do this using Require.JS and its sugar syntax. I do this all through my projects:

    var App = require("app");
    var BossView = require("bossview");