예제 #1
0
파일: Preprocess.php 프로젝트: techart/tao
 public static function less()
 {
     Core::load('Templates.HTML.Assets.Preprocess.LESS');
     return Templates_HTML_Assets_Preprocess_LESS::instance();
 }
예제 #2
0
파일: LESS.php 프로젝트: techart/tao
 public static function options(array $options = array())
 {
     self::$options = array_merge(self::$options, $options);
 }