Wednesday, 15 April 2015

javascript - Can trigger.io be used with browserify? -



javascript - Can trigger.io be used with browserify? -

i've found out trigger.io today , looks interesting. 1 question have though is, can used browserify.

i've been getting used writing js modules using browserify , love commonjs require pattern keeps files nicely isolated , it's easy understand.

i'm wondering how trigger.io might work browserify? noticed @ glance in docs seem reference global forge object in code access native components. possible instead var forge = require('trigger.io') , have work expected?

i wasn't sure if trigger distributed npm package, how jquery instance. docs mention downloading toolkit rather installing through npm.

has used trigger.io browserify?

javascript trigger.io browserify

No comments:

Post a Comment