Asset.php
authorAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 03:32:06 +0000 (11:32 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 03:32:06 +0000 (11:32 +0800)
Asset.php

index 74e46bb..3f25a66 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -120,7 +120,7 @@ trait Pman_Core_Asset_Trait {
     
     function outputJavascriptDir($path)
     {
-        die("jsdir");
+        
         $relpath = $this->rootURL . '/' . $path .'/';
         $ff = HTML_FlexyFramework::get();
         $dir =   $this->rootDir.'/' . $path;
@@ -244,7 +244,7 @@ trait Pman_Core_Asset_Trait {
     
     function outputCssDir($path)
     {
-         die("cssdir");
+          
         $relpath = $this->rootURL . '/' . $path .'/';
         $ff = HTML_FlexyFramework::get();
         $dir =   $this->rootDir.'/' . $path;