roojs-ui.js
[roojs1] / buildSDK / css-minify-bootstrap.js
index da5a1e7..322fd7d 100644 (file)
@@ -26,8 +26,8 @@ files.forEach(function(f) {
     if (f.match(/^font-awesome/)) {
         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);
 });