List grunt.js tasks

opsb picture opsb · Feb 21, 2013 · Viewed 24k times · Source

I'm trying to work out how to print a list of all available grunt tasks. With rake it would be:

$ rake -T

What's the equivalent for grunt? e.g.

$ grunt -T

  • concat
  • jasmine
  • minify

Answer

tJener picture tJener · Feb 21, 2013

grunt --help lists available tasks.