Hi,

I have a sample code which uses superagent. But I need to run this on a 
platform with limited "require" support.
The platform is Tizen IDE for Samsung Gear S2 watch.

Since this platform supports require function only with requirejs and the 
format for includes change, I need minimum number of js files.
So I want a single file for superagent.

I found methods to export a single file superagent.js using browserify.
However, with that method I was not able to include modules in superagent 
(like qs, debug) 
How can I do that ?

For example, I want to access stringify function in qs module (stringify.js)
How can I create a single file for superagent including all modules and js 
files ?

Thanks.


-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/1ddf0ff1-b060-440d-ac27-8139ddab6cab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to