summaryrefslogtreecommitdiffstats
path: root/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 9d955fc..545a27f 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -95,12 +95,12 @@ gulp.task('clean', function () {
gulp.task('unify', ['clean'], function () {
pkg.buildDate = Date()
return gulp.src(parts)
- // .pipe(standard())
- // .pipe(standard.reporter('default', {
- // showRuleNames: true,
- // breakOnError: true,
- // quiet: true
- // }))
+ .pipe(standard())
+ .pipe(standard.reporter('default', {
+ showRuleNames: true,
+ breakOnError: true,
+ quiet: true
+ }))
.pipe(concat('svg.js', { newLine: '\n' }))
// wrap the whole thing in an immediate function call
.pipe(wrapUmd({src: 'src/umd.js'}))