Re: [nodejs] announcing browserify v2

2013-03-01 Thread substack
On Friday, February 22, 2013 5:10:34 PM UTC-8, Mark Hahn wrote: Ouch. I guess I will have to live with the old version until new add-ons support --watch and coffee-script. Can't live without them and don't have time to write my own. Sorry to be one the complainers you predicted. Now in

Re: [nodejs] announcing browserify v2

2013-02-24 Thread Alexey Petrushin
Ouch. I guess I will have to live with the old version until new add-ons support --watch and coffee-script. +1 Custom require extensions are gone. Sad news, I liked the way how require *.coffee or *.mustache files works seamlesly as if ti's just *.js files. -- -- Job Board:

[nodejs] announcing browserify v2

2013-02-22 Thread substack
browserify v2 was just released! browserify lets you write node-style require() calls for browser code so that you can package up your scripts and npm modules into a single bundle to serve to browsers. browserify implements exactly the node_modules lookup algorithm so you can use many

Re: [nodejs] announcing browserify v2

2013-02-22 Thread Mark Hahn
Ouch. I guess I will have to live with the old version until new add-ons support --watch and coffee-script. Can't live without them and don't have time to write my own. Sorry to be one the complainers you predicted. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines:

Re: [nodejs] announcing browserify v2

2013-02-22 Thread Nathan Rajlich
Is Buffer automatically bundled when it's use is detected in your code now? On Fri, Feb 22, 2013 at 5:10 PM, Mark Hahn m...@hahnca.com wrote: Ouch. I guess I will have to live with the old version until new add-ons support --watch and coffee-script. Can't live without them and don't have

Re: [nodejs] announcing browserify v2

2013-02-22 Thread substack
On Friday, February 22, 2013 6:44:45 PM UTC-8, Nathan Rajlich wrote: Is Buffer automatically bundled when it's use is detected in your code now? Not yet but this would be fairly simple to add to the insert-module-globals module. Expect this soon. -- -- Job Board: http://jobs.nodejs.org/

Re: [nodejs] announcing browserify v2

2013-02-22 Thread Jake Verbaten
--watch is simple. Use any watching tool in combination with browserify Like `npm i wr -D wr browserify index.js bundle.js .` As for coffee-script `coffee src -o lib browserify lib/index.js bundle.js` On Fri, Feb 22, 2013 at 5:10 PM, Mark Hahn m...@hahnca.com wrote: Ouch. I guess I will