css-pipeline
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -176,3 +176,3 @@ // Generated by CoffeeScript 1.9.1 | ||
filePath = _this.util.output_path(f.relative).relative; | ||
fN = path.join(prefix, filePath.replace(path.extname(filePath), '.css')); | ||
fN = path.join(prefix, filePath.split('.')[0] + '.css'); | ||
return fN.replace(new RegExp('\\' + path.sep, 'g'), '/'); | ||
@@ -179,0 +179,0 @@ }; |
{ | ||
"name": "css-pipeline", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": "Jeff Escalante <hello@jenius.me>", | ||
@@ -5,0 +5,0 @@ "description": "roots extension for handling css production builds", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
29187
58
175