Hacker News new | ask | show | jobs
by mikewhy 4037 days ago
have always been a huge fan of brunch but lately wanted to take advantage of Gulp and Browserify (https://github.com/mikew/browserify-brunch doesn't really cut it) so I wrote parched[1] and parched-tasks-webapp[2]

[1] https://github.com/raisedmedia/parched

[2] https://github.com/raisedmedia/parched-tasks-webapp

1 comments

I haven't seen anything that matches what gulp can do to make both browserify and babel have working sourcemaps.
It's a great combo. For a while though, Brunch did very similar things, sourcemaps et al, with very little configuration (which is still very clever when you need it).

With parched, the idea is very similar:

   npm install parched parched-tasks-webapp parched-babel
And you're good to go.