I've added jit-grunt to my gruntfile and it works just fine however, if I rename one of my grunt tasks:
grunt.renameTask('concat_css', 'concatCss');
The build fails:
>> Cannot rename missing "concat_css" task.
I presume renameTask is not currently supported?
I've added
jit-gruntto my gruntfile and it works just fine however, if I rename one of my grunt tasks:The build fails:
I presume
renameTaskis not currently supported?