buildSDK/less-bootstrap-compiler.php
authoredward <edward@roojs.com>
Thu, 30 Nov 2017 08:12:10 +0000 (16:12 +0800)
committeredward <edward@roojs.com>
Thu, 30 Nov 2017 08:12:10 +0000 (16:12 +0800)
buildSDK/less-bootstrap-compiler.php

index b235aa7..7ab98e0 100644 (file)
@@ -18,11 +18,13 @@ $rootDir = dirname(__FILE__) . '/../..';
 $files = array(
     "{$rootDir}/roojs1/less/bootstrap/bootstrap.less" => array(
         'directory' => "{$rootDir}/roojs1/css-bootstrap/",
-        'name' => 'bootstrap'
+        'name' => 'bootstrap.css',
+        'minify' => 'bootstrap.min.css'
     ),
     "{$rootDir}/roojs1/less/roojs-bootstrap/roojs-bootstrap.less" => array(
         'directory' => "{$rootDir}/roojs1/css-bootstrap/",
-        'name' => 'roojs-bootstrap'
+        'name' => 'roojs-bootstrap-debug.css',
+        'minify' => 'roojs-bootstrap.css'
     )
 );