git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6834 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2009-10-09 06:47:23 +00:00
parent 3fdee01b99
commit 6d5f340fbf

View file

@ -35,7 +35,6 @@
**/
function getOptimizedFiles($source_files, $type = "js") {
if(!is_array($source_files) || !count($source_files)) return;
debugPrint("here");
// $source_files의 역슬래쉬 경로를 슬래쉬로 변경 (윈도우즈 대비)
foreach($source_files as $key => $file){