Where did the grunt min task go?
问题 I watched many tutorials on grunt where some min task was used. I couldn't find any plugins referring to similar task. I would guess that devs have updated it and renamed to uglify am i right? And another issue i had was the installation of grunt. Can it still be installed globally, or should i install grunt-cli globally and grunt locally in order to use it for my local projects?? This: sudo npm install -g grunt doesn't work for me, only: sudo npm install -g grunt-cli npm install grunt --save