I have 2 js file ( main.js, work.js) and want to combine these, but I need to keep their file name so I can call work.js from main.js like
w = new Worker("work.js");
Any idea of this?
I have 2 js file ( main.js, work.js) and want to combine these, but I need to keep their file name so I can call work.js from main.js like
w = new Worker("work.js");
Any idea of this?