broccoli-leasot
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -118,4 +118,6 @@ 'use strict'; | ||
return _get(Object.getPrototypeOf(BroccoliLeasotFilter.prototype), 'build', this).call(this, readTree, destDir).then(function () { | ||
printMarkers(self.console, self._markers, self.groupBy); | ||
printExceptions(self.console, self._exceptions); | ||
if (self.enabled) { | ||
printMarkers(self.console, self._markers, self.groupBy); | ||
printExceptions(self.console, self._exceptions); | ||
} | ||
}); | ||
@@ -122,0 +124,0 @@ } |
{ | ||
"name": "broccoli-leasot", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"author": "Sivakumar Kailasam (http://github.com/sivakumar-kailasam)", | ||
@@ -46,9 +46,9 @@ "description": "A broccoli plugin which wraps around the leasot module to parse and output TODOs and FIXMEs from comments in your files", | ||
"devDependencies": { | ||
"babel": "^5.8.21", | ||
"babel": "^5.8.23", | ||
"broccoli-fixturify": "^0.1.0", | ||
"chai": "^3.2.0", | ||
"codeclimate-test-reporter": "^0.1.0", | ||
"isparta": "^3.0.3", | ||
"istanbul": "^0.3.18", | ||
"mocha": "^2.2.5", | ||
"isparta": "^3.0.4", | ||
"istanbul": "^0.3.19", | ||
"mocha": "^2.3.0", | ||
"sinon": "^1.16.1", | ||
@@ -55,0 +55,0 @@ "sinon-chai": "^2.8.0", |
29694
127
607