コード例 #1
0
ファイル: SassPipe.php プロジェクト: scandio/lmvc-modules
 function __construct()
 {
     $this->_sassCompiler = new \scssc();
     parent::__construct();
 }
コード例 #2
0
ファイル: JsPipe.php プロジェクト: scandio/lmvc-modules
 function __construct()
 {
     parent::__construct();
 }