Tyler Kellen

Results 33 issues of Tyler Kellen

I'm posting this issue to let you know that we will be publishing Grunt 0.4 on Monday, February 18th. If your plugin is not already Grunt 0.4 compatible, would you...

grunt.registerHelper will be depreciated in grunt 0.4. To see how helpers will be handled in the future (using standard npm require), check out the following links: https://github.com/gruntjs/grunt-contrib-uglify/blob/master/tasks/uglify.js#L15 https://github.com/gruntjs/grunt-contrib-uglify/blob/master/tasks/lib/min.js PS: join...

This makes it so it is possible to ignore changes to `content` or `content_base64`. The previous read implementation was a bit too naive. Is it necessary to write tests for...

size/S

I'm posting this issue to let you know that we will be publishing Grunt 0.4 on Monday, February 18th. If your plugin is not already Grunt 0.4 compatible, would you...

Hello! Thank you so much for making this tool, it does *almost exactly* what I need it to :) I have a few use-cases in which I need access to...

I'm posting this issue to let you know that we will be publishing Grunt 0.4 on Monday, February 18th. If your plugin is not already Grunt 0.4 compatible, would you...

It's awesome that this plugin will skip prompting if you've configured your hosts ahead of time. It would be even cooler if you could opt to skip as a box...

via @jsoverson on IRC It works, which is good. EventEmitter2 has what looks like some issues unregistering listeners, and communication involving cyclic structures breaks when jsonifying data. I had to...

I'm posting this issue to let you know that we will be publishing Grunt 0.4 on Monday, February 18th. If your plugin is not already Grunt 0.4 compatible, would you...

I was just digging in to figuring out how to do this for node and @lfittl pointed me to this. So excited that this exists. Thanks for doing this work...