SpazzMarticus

Results 3 comments of SpazzMarticus

A cheap workaround would be to load the task you need to rename by hand: ``` grunt.loadNpmTasks('grunt-bump'); grunt.task.renameTask('bump', '_bump'); ``` Since it has to be renamed, it has to be...

Same issue here, but I think path parameters should be handled entirely seperate from the (body) payload. `/petshop/{id}/pets` should allow PUTting `Dog: { id: 99, name: 'Barky' }` (body) to...

Of course! ~~PR coming soon.~~ #826