wardbell / bower-breeze

DEPRECATED - Use bower-breeze-client
MIT License
0 stars 3 forks source link

Breeze and Browserify issue #2

Open Bretto opened 10 years ago

Bretto commented 10 years ago

When doing a simple require via Browserify: "require('./bower_components/bower-breeze/breeze.debug.js');" you get the error: " Cannot find module 'breeze' "

chiefy commented 10 years ago

I don't use browserify, but yeah it appears that breeze attempts to support CommonJS module pattern, so let me look into it.

Bretto commented 10 years ago

Thanks I don't have much experience with it, and I didn't know how to fix it...

nojaf commented 9 years ago

Did this problem ever get solved? Having the same thing here.