-
```
$option = array('cssMinifier' => array('Minify_CSS', 'minify'), 'jsMinifier' =>
array('JSMin', 'minify'));
echo Minify_HTML::minify($html, $option);
in html have some javascript template
eg:
.…
-
```
$option = array('cssMinifier' => array('Minify_CSS', 'minify'), 'jsMinifier' =>
array('JSMin', 'minify'));
echo Minify_HTML::minify($html, $option);
in html have some javascript template
eg:
.…
-
```
$option = array('cssMinifier' => array('Minify_CSS', 'minify'), 'jsMinifier' =>
array('JSMin', 'minify'));
echo Minify_HTML::minify($html, $option);
in html have some javascript template
eg:
.…
-
```
Not really a defect.
Will there be an overhaul of the class structure in the near future?
My problem is that I'm only using the compressor classes (Minify_CSS and
JSMin), I'm serving the files for…
-
```
Not really a defect.
Will there be an overhaul of the class structure in the near future?
My problem is that I'm only using the compressor classes (Minify_CSS and
JSMin), I'm serving the files for…
-
```
Not really a defect.
Will there be an overhaul of the class structure in the near future?
My problem is that I'm only using the compressor classes (Minify_CSS and
JSMin), I'm serving the files for…
-
```
Not really a defect.
Will there be an overhaul of the class structure in the near future?
My problem is that I'm only using the compressor classes (Minify_CSS and
JSMin), I'm serving the files for…
-
Excuse the newbie question.
Inside of _assets_ , as per docs I've specified compression for both js and css like so:
```
js_compression :jsmin
css_compression :simple
```
It's useful for debugging …
-
Using JSMin I noticed my styling is incorrect. This is caused because spaces are deleted between closing brackets and dots.
The following line:
# ganntContainer[data-cellperiod="week"] .mainLeft { to…
-
```
$option = array('cssMinifier' => array('Minify_CSS', 'minify'), 'jsMinifier' =>
array('JSMin', 'minify'));
echo Minify_HTML::minify($html, $option);
in html have some javascript template
eg:
.…