Tyler Kellen

Results 34 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...

Check here: https://github.com/mitmedialab/ajl.ai/blob/master/ansible/ssl.yml#L36-L42 ...and here: ``` ❯ ssh ajl.ai cat /etc/cron.d/ssl #Ansible: None 0 0 * * * root dehydrated --cron | grep 'Done!' >/dev/null && systemctl reload nginx #Ansible:...

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...

FYI: we're changing the name of grunt-contrib-lib to grunt-lib-contrib. Please update your deps!

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

This moves the parts detection into a single method and exposes it on the dotty namespace for external use. Tests and examples are included but the docco commenting probably needs...

When we support running tasks concurrently, accessing this property is going to be a problem. I have an idea for a solution but I'm not sure what it should look...

you might find this useful: https://github.com/tkellen/node-expander