dont exist if cant parse css

This commit is contained in:
barisusakli
2014-07-05 14:27:21 -04:00
parent 4ab6a5d4b2
commit 43c1787754

View File

@@ -51,7 +51,7 @@ module.exports = function(Meta) {
parser.parse(source, function(err, tree) {
if (err) {
winston.error('[meta/css] Could not minify LESS/CSS: ' + err.message);
process.exit();
return;
}
var css = tree.toCSS({