Viewing 1 replies (of 1 total)
  • 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!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: CSS And Script Files Aggregation] CSS Compression works great but Javascript does not work’ is closed to new replies.