Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for "quieter" output? #31

Closed
chimericdream opened this issue May 22, 2014 · 1 comment
Closed

Option for "quieter" output? #31

chimericdream opened this issue May 22, 2014 · 1 comment

Comments

@chimericdream
Copy link

I'd like to be able to configure whether to display the full file list while the task is running. In my case, we have dozens of files that are being compressed, and the deluge of output is not always useful for us. I'd like to see something like this (it doesn't have to be named verbose, but that seemed like a good enough name for the example):

...
  smushit: {
    options: {
      verbose: false
    },
    mygroup: {
      src: ['tests/img/**/*.png','tests/img/**/*.jpg'],
      dest: 'tests/img/min'
    }
  }
...
@heldr
Copy link
Owner

heldr commented May 29, 2014

Thanks for the suggestion 👍

npm http 201 https://registry.npmjs.org/grunt-smushit
+ [email protected]

@heldr heldr closed this as completed May 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants