grunt-contrib-concat
                                
                                 grunt-contrib-concat copied to clipboard
                                
                                    grunt-contrib-concat copied to clipboard
                            
                            
                            
                        Add new option log
The default is set as true.
This is so a user has a choice between verbose or just seeing that the file has been created and dosent't want to see all the information.
Follows up https://github.com/gruntjs/grunt-contrib-concat/pull/145
And fixes https://github.com/gruntjs/grunt-contrib-concat/issues/153
@shama or @vladikoff could you review and merge please.
I don't think adding more options to plugins is a good way to solve this. We should think through and submit a rfc that gives end users more control over how grunt logs.
Yes currently we carn't see what is created unless we add verbose which not only affects this but affects other scripts showing too much information that we doint want to see.
Quoting @vladikoff's comment in #145:
We should also add a total message like other plugins do, i.e "X files created" in the end
This should be the right way to go, without adding any other option.
I understand. The previous PR changing it to verbose wasn't a good solution either. I think we should come up with a good solution to fix the actual problem, giving users more control over grunt log.
I recommend using a previous version of this plugin in the meantime.
@shama could we revert that change then, and instead follow what you said and improve it in grunt instead please.
I understand. The previous PR changing it to verbose wasn't a good solution either. I think we should come up with a good solution to fix the actual problem, giving users more control over grunt log.
Multiple other plugins switched to verbose only, users are concating over 100 files and logging everything by default is not a good solution.