Larry Davis

Results 217 comments of Larry Davis

@lfbittencourt Thanks for the clear and thorough issue report. I totally understand what you're saying, I'll get a fix in for this soon.

@lfbittencourt can you try my fix for this issue by running these commands and report back? ``` shell npm remove gulp-handlebars npm install git://github.com/lazd/gulp-handlebars.git#issue/60 ``` Then, try your build and...

Sounds like a plan, thanks for testing @lfbittencourt!

Can one of you please create a repository with relevant source files, package.json, and gulpfile so we can reproduce this and fix it? Thanks!

Would accept a PR updating `vinyl-fs` to 3.x and passing `encoding`

@blittle @nmccready @sfarthin, stay tuned over at https://github.com/karma-runner/karma/issues/1037 for a better solution for gulp + karma integration.

@nmccready, you can target specific commit hashes in your package.json and use forks/branches, btw: https://www.npmjs.org/doc/json.html#Git-URLs-as-Dependencies

Right now, I'm including HTMLBars in a set of benchmarks of template systems as part of [DOMly](https://github.com/lazd/DOMly). I have a [super old build marked as 0.1.0](https://github.com/lazd/DOMly/blob/master/vendor/htmlbars-0.1.0.js) that supported the module-less...

Hmm, your comments look correct... What version of `gulp-csslint` are you using? @SimenB any ideas?