gruntjs / grunt

Grunt: The JavaScript Task Runner

Home Page:http://gruntjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update grunt-cli version

stuikomma opened this issue · comments

grunt currently depends on "grunt-cli": "~1.2.0". The latest version is 1.3.0, which added support for liftoff, which allows me to write my Gruntfile in typescript.

Right now, I have this ugly postInstall script in my project to remove the old version from the installed node_modules so it will pick up the right cli version and find my Gruntfile.ts: rm -r node_modules/grunt/node_modules/grunt-cli

Can we get an update to 1.3.0?

Fixed by 64a3cf4

Thank you for the latest release @vladikoff!