simonzack

Results 16 comments of simonzack
trafficstars

+1, most of the gulp incremental build packages offer this.

@aearly watchify uses chokidar which does support added files & globs (perhaps it did not when you commented?).

`watchify 'test/*.test.js' -o public/js/tests.js` could be used instead. I'm switching to gulp-watch, niether has caching so there's no difference in my case.

I'm having a similar problem, I think it's eslint_d's problem as it's reading the wrong config files even when running from the console. I've filed an issue [there](https://github.com/mantoni/eslint_d.js/issues/21).

I'm using this with gulp to build userscripts (greasemonkey). User scripts don't support images (or any local resources at all, really), so they need to be bundled in the html.

@gabrielflorit That's for stylesheets. I'm after inlining images in html, i.e. `` tags.