Thread Starter
Florat
(@florat)
I just figured the problem out.
Strangely the last character of each file is missed. When i change
fread($source_file,filesize($js_src)).”\n”;
to
fread($source_file,filesize($js_src)).”;\n”;
everything works nice. Would be nice if you can fix this issue in future updates.
Thank you very much for this nice plugin!