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

index da5a1e7..15a6a1c 100644 (file)
@@ -27,7 +27,7 @@ files.forEach(function(f) {
         return;
     }
     debug_out += "\n/* -- " + f + " ---- */\n";
-    debug_out += File.read(pa + '/css-bootstrap/' +f );
+    debug_out += "@import url('./" + f + ');\n";
     out += pack(File.read(pa + '/css-bootstrap/' +f ));
     print(f);
 });