instant.page icon indicating copy to clipboard operation
instant.page copied to clipboard

Localize uglify

Open digitaljhelms opened this issue 4 years ago • 1 comments

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

digitaljhelms avatar Aug 25 '20 17:08 digitaljhelms

Where are we at with this @dieulot?

digitaljhelms avatar May 04 '22 07:05 digitaljhelms

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.

dieulot avatar Oct 13 '22 15:10 dieulot