buildSDK/css-minify-bootstrap.js
authorAlan Knowles <alan@roojs.com>
Tue, 19 Apr 2016 09:29:08 +0000 (17:29 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 Apr 2016 09:29:08 +0000 (17:29 +0800)
buildSDK/css-minify-bootstrap.js

index 15a6a1c..9e1a173 100644 (file)
@@ -26,7 +26,7 @@ files.forEach(function(f) {
     if (f.match(/^font-awesome/)) {
         return;
     }
-    debug_out += "\n/* -- " + f + " ---- */\n";
+    
     debug_out += "@import url('./" + f + ');\n";
     out += pack(File.read(pa + '/css-bootstrap/' +f ));
     print(f);