slav123 / CodeIgniter-minify

CodeIgniter minify library CSS and JavaScript compression on the fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Closurecompiler and jsminplus don't work

dankolosov opened this issue · comments

Hi.
Have a problem with config
$config['compression_engine']['js'] = 'closurecompiler';

The compiled file is empty.
'jsminplus' doesn't work too.

Thanks

I couldn't reproduce the problem.

  1. What is your Codeigniter and PHP version?
  2. Can you provide any js files?
  3. Is it happening always - even with small and simple files?