gulp-sassdoc
Advanced tools
Comparing version 1.2.0 to 1.3.0
# gulp-sassdoc changelog | ||
## 1.3.0 | ||
(2015-01-02) | ||
* Disable destination safe-wiping by default. | ||
## 1.2.0 | ||
(2014-12-31) | ||
* Refactor, ensure both folders and glob patterns as source are supoorted. | ||
* Refactor, ensure both folders and glob patterns as source are supported. | ||
@@ -8,0 +13,0 @@ ## 1.1.0 |
@@ -53,4 +53,4 @@ /** | ||
basePath: null, | ||
force: false, | ||
interactive: true | ||
force: true, | ||
interactive: false | ||
}, options); | ||
@@ -117,5 +117,5 @@ | ||
return through.obj(transform, flush);; | ||
return through.obj(transform, flush); | ||
} | ||
module.exports = gulpSassDoc; |
{ | ||
"name": "gulp-sassdoc", | ||
"title": "gulp-sassdoc", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "SassDoc gulp task", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
6276