Dylan Greene

Results 101 comments of Dylan Greene

The implementation of the hook for JSHint is kinda hacky because Grunt doesn't have hooks for the output of tasks. If you have any idea how to get that this...

Pull request accepted.

I've been wanting to do that.

Does using ``` options: { spawn: false, } ``` for `watch` fix the problem? (Note: older versions of `grunt-contrib-watch` had the option `nospawn` instead.)

I made a project that can do this. https://github.com/dylang/changelog You give it an npm module name and it returns an array of changes by version. There's an api and a...

I agree it's slower, maybe even more than 3x. I'll need to test my teams code to see if that kind of hit is noticeable by our developers. This is...

Some errors: - `Firefox 29`, `localStorage is null`, in `basket.get`. - `IE 11`: `Access is denied.` in `basket.clear`. Thanks for looking into this. If you need more errors/browsers let me...

FWIW, in the npm world this goes in the `peerDependencies` section of the `package.json`, but I don't know if sass library authors know that or realize that it's helpful to...

Hi, I'm not on the Yeoman project, these are just my own personal suggestions. I won't be offended if the teams thinks these are out of the scope for the...

> @dylang We had to prefix package.json otherwise it's picked up by npm & causes an error on install @sindresorhus Prefix is fine, I can adjust [npm-check](https://github.com/dylang/npm-check) to look for...