mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-05 01:52:17 +09:00
Modify required class path
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9374 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e6c4a3bd2a
commit
a27b849355
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ function get_target_files($ext, $dir, $files_to_skip) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function closure_compile($content) {
|
function closure_compile($content) {
|
||||||
require_once dirname(__FILE__).'/../classes/httprequest/XEHttpRequest.class.php';
|
require_once dirname(__FILE__).'/../../classes/httprequest/XEHttpRequest.class.php';
|
||||||
|
|
||||||
$req = new XEHttpRequest('closure-compiler.appspot.com', 80);
|
$req = new XEHttpRequest('closure-compiler.appspot.com', 80);
|
||||||
$ret = $req->send('/compile', 'POST', 5, array(
|
$ret = $req->send('/compile', 'POST', 5, array(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue