Comparing version 0.2.11 to 0.2.12
@@ -42,3 +42,3 @@ /* | ||
data = stripLessJS(data); | ||
fs.writeFile(htmlFile, data); | ||
fs.writeFileSync(htmlFile, data); | ||
if (data !== origData) { | ||
@@ -45,0 +45,0 @@ console.log('adjusted LESS links in file: ', htmlFile); |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"repository": { | ||
@@ -13,0 +13,0 @@ "type": "git", |
54051