Browse
For agents
About
Page Optimize
/
trunk
Page Optimize
vtrunk
Switch version
trunk
0.4.2
0.4.3
0.4.4
0.4.6
0.4.7
0.5.0
0.5.1
0.5.2
0.5.3
0.5.4
0.5.5
0.5.6
0.5.7
0.5.8
0.6.0
0.6.1
0.6.2
0.6.3
Overview
Code
page-optimize
/
cssmin
/
cssmin.php
cssmin.php
in Page Optimize trunk, at cssmin/cssmin.php
9 lines
234 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
3
//
Simple loader file
4
//
Library downloaded directly from https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port
5
6
require
(
__DIR__
.
'
/Colors.php
'
)
;
7
require
(
__DIR__
.
'
/Utils.php
'
)
;
8
require
(
__DIR__
.
'
/Minifier.php
'
)
;
9