Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit ec6b94b

Browse files
committed
gulpfile: correct jshint instructions insertion
1 parent 78c018d commit ec6b94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ gulp.task('build-src', function() {
135135
.pipe(header(umdHeader))
136136
.pipe(footer(umdFooter))
137137
.pipe(gulpif(minify, uglify()))
138-
.pipe(header(comment, {pkg: pkg}))
139138
.pipe(gulpif(minify, header(jshint_ignore_start)))
140139
.pipe(gulpif(minify, footer(jshint_ignore_end)))
140+
.pipe(header(comment, {pkg: pkg}))
141141
.pipe(sourcemaps.write('.'))
142142
.pipe(gulp.dest(config.distDir));
143143
});

0 commit comments

Comments
 (0)