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

Allow slow concat time to be configurable #51

Open
balos1 opened this issue Jul 12, 2017 · 4 comments
Open

Allow slow concat time to be configurable #51

balos1 opened this issue Jul 12, 2017 · 4 comments

Comments

@balos1
Copy link

balos1 commented Jul 12, 2017

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.

@quaertym
Copy link

quaertym commented Nov 9, 2017

I wonder why it is taking so long. I upgraded from broccoli-uglify-js to this and uglify time increased from 9000ms to 24000ms. I had to revert to broccoli-uglify-js since this has slowed down development drastically.

@iballack
Copy link

Any recent update on this issue?

@anpenava
Copy link

still nothing :)?

@rwjblue
Copy link
Member

rwjblue commented Feb 28, 2019

Seems like a great pull request to make 😸

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

5 participants