BossView icon indicating copy to clipboard operation
BossView copied to clipboard

Browserify compatibility

Open megawac opened this issue 10 years ago • 1 comments

It'd be nice if I could

require("bossview")

Thanks

megawac avatar Nov 05 '14 19:11 megawac

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");

agwidarsito avatar May 20 '15 01:05 agwidarsito