mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 03:42:18 +09:00
Issue 177 moving minify directory
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9236 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1ab3cd7640
commit
0dd5869e6e
2 changed files with 2 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -59,7 +59,7 @@ function execute($dir) {
|
|||
$js_files = get_target_files('js', $dir, $files_to_skip);
|
||||
|
||||
if(count($js_files) && !class_exists('JSMinPlus')) {
|
||||
require dirname(__FILE__).'/minify/jsminplus/jsminplus.php';
|
||||
require dirname(__FILE__).'/jsminplus/jsminplus.php';
|
||||
}
|
||||
foreach($js_files as $file) {
|
||||
if(!is_readable($file)) continue;
|
||||
|
|
@ -95,7 +95,7 @@ function execute($dir) {
|
|||
$css_files = get_target_files('css', $dir, $files_to_skip);
|
||||
|
||||
if(count($css_files) && !class_exists('CssMin')) {
|
||||
require dirname(__FILE__).'/minify/cssmin/cssmin.php';
|
||||
require dirname(__FILE__).'/cssmin/cssmin.php';
|
||||
}
|
||||
|
||||
foreach($css_files as $file) {
|
||||
Loading…
Add table
Add a link
Reference in a new issue