This is related to #36 #38. Currently, the only way to suppress the message:
[WARN] (broccoli-uglify-sourcemap) Minifying: 'assets/somefile.js' took: 21087ms (more than 20,000ms)
is by using the --silent option, which also suppresses some other messages which I don't want to suppress. I propose that we allow the "slow" concat time to be configurable (it is hard coded at 20000ms right now). Then users can suppress this message only by increasing the time.
This is related to #36 #38. Currently, the only way to suppress the message:
[WARN] (broccoli-uglify-sourcemap) Minifying: 'assets/somefile.js' took: 21087ms (more than 20,000ms)is by using the
--silentoption, which also suppresses some other messages which I don't want to suppress. I propose that we allow the "slow" concat time to be configurable (it is hard coded at 20000ms right now). Then users can suppress this message only by increasing the time.