instantpage / instant.page

Make your site’s pages instant in 1 minute and improve your conversion rate by 1%
https://instant.page
MIT License
6.05k stars 205 forks source link

Localize uglify #82

Closed digitaljhelms closed 1 year ago

digitaljhelms commented 4 years ago

Proxy to uglify-es through npx so packages don't have to be globally installed.

digitaljhelms commented 2 years ago

Where are we at with this @dieulot?

dieulot commented 1 year ago

It should ideally go through npx indeed.

Your PR installs the package locally though. Despite specifying npx in the command line, npx executes the locally-installed script in that case.

I’ve npx-ed the process in https://github.com/instantpage/instant.page/commit/31ccb3667dd4c9291a58033e955ec102030880b9.

Thanks. Very sorry for the delay.