I worked on setting up the project and deploying the Gruntfile, but would like to hide the command line output so that the following:
Running "init" task
Running "prompt:init" (prompt) task
[?] If you continue your project information will be overwritten.
Continue? (Y/n)
becomes
[?] If you continue your project information will be overwritten.
Continue? (Y/n)
when starting grunt. I know that this is only cosmetics, but this is what I would like to do and cannot find anything in the Grunt API documentation to indicate that this can be done.
source
share