debug and nocache parameters are not supported in PHP shindig
-------------------------------------------------------------
Key: SHINDIG-1324
URL: https://issues.apache.org/jira/browse/SHINDIG-1324
Project: Shindig
Issue Type: Bug
Components: PHP
Environment: PHP shindig
Reporter: Evgeny Bogdanov
PHP shindig doesn't understand parameters for javascript urls &debug=1&nocache=1
To compress or not compress javascript is defined in the configuration settings:
// Compress the inlined javascript, saves upto 50% of the document size
'compress_javascript' => true,
I believe it should be done the same way as for Java Shindig, no?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.