RSG-Group/RSG-Chess-API

Stop pushing bundled JavaScript in lib/

retrixe opened this issue · 6 comments

Stop pushing bundled JavaScript in lib/

Yeah, already "planned". Currently I'm pushing bundles because often I'm testing some stuff on my phone. There I can use git and node but the file system don't allow me to run webpack...

Why? What application do you use

Termux

Termux has issues with Webpack?

not with webpack, but with things that change and creates files - permission denied and EPERM errors. There was some confirmed GitHub issues, but I didn't used Termux for a while.

Use chmod and chown Linux utilities in that case.