buildSDK/css-minify-bootstrap.js
authorAlan Knowles <alan@roojs.com>
Tue, 9 Dec 2014 05:41:03 +0000 (13:41 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 9 Dec 2014 05:41:03 +0000 (13:41 +0800)
buildSDK/css-minify-bootstrap.js

index 38082e1..0d43aca 100644 (file)
@@ -31,9 +31,7 @@ files.forEach(function(f) {
     out += pack(File.read(pa + '/css-bootstrap/' +f ));
 });
 
-
-
-
 File.write(pa+'/css-bootstrap/roojs-bootstrap.css', out);
 File.write(pa+'/css-bootstrap/roojs-bootstrap-debug.css', debug_out);
     
\ No newline at end of file