elsassph / haxe-modular

Haxe-JS code splitting, NPM dependencies bundling, hot-reload
116 stars 14 forks source link

Windows - File path length #115

Open hoseyjoe opened 1 year ago

hoseyjoe commented 1 year ago

We were using a Windows CI that had a temp directory about 70 characters long. Our folder src paths were long.. The final output was long. We were over 250 characters but only received "The syntax of the command is incorrect." Turns out modular was breaking the path length limit given the temp directory and src file length. Anyways...Not sure there is anything can be done to allow longer commands in modular?