Comparing version 0.2.13 to 0.2.14
@@ -34,3 +34,3 @@ /* | ||
})); | ||
log('created CSS file: ', cssFile); | ||
log('created CSS file: ' + cssFile); | ||
}); | ||
@@ -48,3 +48,3 @@ } | ||
fs.writeFileSync(htmlFile, data); | ||
log('adjusted LESS links in file: ', htmlFile); | ||
log('adjusted LESS links in file: ' + htmlFile); | ||
} | ||
@@ -82,3 +82,3 @@ } catch (err) { | ||
styledirs = ensureArray(styledirs); | ||
log('optimizing LESS in: ', directory); | ||
log('optimizing LESS in: ' + directory); | ||
diveSync(directory, | ||
@@ -85,0 +85,0 @@ //ignore node_modules |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.2.13", | ||
"version": "0.2.14", | ||
"repository": { | ||
@@ -13,0 +13,0 @@ "type": "git", |
54404