-
Notifications
You must be signed in to change notification settings - Fork 347
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
Report not displaying unless --verbose specified #254
Comments
Here is the uglify options block from my gruntfile:
|
Related #249 |
I, too, believe the output file should be logged in without verbose. |
Even beyond that, the report is not displayed at all. Looking at the output again, I noticed that specifying @vladikoff Should I update the title of the issue to reflect that reports are no longer being generated at all, regardless of verbosity? |
+1 to fixing this issue. The docs don't mention any requirement for verbose mode, meaning many will assume it's broken. |
+1 |
+1 for non-verbose report output. The default report might be better as falsy, with non-empty values for report showing non-verbose output. |
👍 |
I commented on 4944e2c a few months ago that I wanted to do a PR to make an option to have the minification data in the general log and not in grunt's verbose log. Based on the feedback, I did not. My opinion is that the minification data is significant enough to not have to use |
IMO this is important info and should be shown without a switch at all. |
I submitted a pull request (#288 above) which will hopefully be accepted and make both parties happy. |
👍 for a fix |
1 similar comment
👍 for a fix |
👍 One has to google where did the report output go to find that the |
+1 for a fix |
Hey all. Wondering if someone knows the answer to this. Did this task use to say the difference in size by default? I swear i used to see it, but i can't remember. |
got v0.9.2 and info is still not displayed :( |
+1 to fix this issue |
👍 |
This Bug ist still there... ist there nobody to fix it? |
If i do my task i get no report. But i think there should be a short report about how many files and maybe the size of files before and after in sum should be displayed like in cssmin! Otherwise the report option make no sense. If you set it to 'none' the task can be quiet but not if it is set to min or gzip. |
Sorry for that. It seems @vladikoff merged that PR fast. I reverted that PR. Please check and let me know so that I cut a new patch release. |
PLease can anyone check this, so that the changes can be released. Seems im to stupid to check that out or there is still no reporting? |
My gruntfile includes the option to display gzip reports for all of my uglified JS files, but they are no longer showing up. It looks like the commit below changed the output to write only on verbose, but I'd think if the report was explicitly specified it should show up regardless.
4944e2c
I can understand wanting to have less output, but if someone specifies that the report should be displayed, it shouldn't require
--verbose
to show it.The text was updated successfully, but these errors were encountered: