browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
638 stars 96 forks source link

Can this still be used to POST an index.js file #113

Closed bartvde closed 8 years ago

bartvde commented 8 years ago

I was reading here: http://blog.nodejitsu.com/getting-started-with-flatiron/ which points to this repo. In that tutorial one can post javascript to the service and get a bundle back. Is this still supported? Any pointers? TIA.

jfhbrook commented 8 years ago

Wow, I'm surprised the nodejitsu blog is still up.

Anyways: Not supported. v1 of this project (this is at least v3) supported that though.

Try http://requirebin.com which uses this service to do something kinda similar.

bartvde commented 8 years ago

Thanks for the quick feedback!