|
|
| |
1. How to use the class |
|
Reply |
|
|
 Christian Stefan | 2012-05-30 15:06:41 |
Hello,
there is no example file attatched and I wonder how to use this class.
Any hints?
|
| |
2. Re: How to use the class |
|
Reply |
|
|
 Edson | 2012-05-30 17:24:24 - In reply to message 1 from Christian Stefan |
I tried a small fast test
<?php
require 'minify.php';
$test=new MinifyJS();
$test->minify('global.js');
?>
But the contents of my file has been deleted. |
|