-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
feature request: add a recursive flag to the CLI options #5645
Comments
Firstly, when you specify multiple input files, We do have We also support glob-style input, e.g. However they don't current work together, so that we can improve upon. |
awesome, thank you so much for the quick PR! |
Oh: this might still need a small update to the readme and --help texts before "really" considering it closed, since this adds new functionality that should probably be discoverable in the docs as well. |
Probably worth a section in |
given the number of projects I'm currently swamped with, and not having written the PR or original docs: you're far more qualified than I am to add that. |
There is currently no option to just run Uglify on a dir and have it replace everything in CLI context. It would be super useful to have a
--recursive
option so you can just gonpx uglify --recursive .
and have it do what it needs to do.The text was updated successfully, but these errors were encountered: