mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 22:58:12 -05:00
Webpack build for dist (#2812)
Co-authored-by: Christian Oliff <christianoliff@pm.me>
This commit is contained in:
@@ -134,6 +134,7 @@ gulp.task('modernizr', (done) => {
|
||||
gulp.task('lint:js', () =>
|
||||
gulp.src([
|
||||
`${dirs.src}/js/*.js`,
|
||||
`${dirs.src}/*.js`,
|
||||
`${dirs.test}/*.mjs`
|
||||
]).pipe(gulpEslint())
|
||||
.pipe(gulpEslint.failOnError())
|
||||
|
||||
Reference in New Issue
Block a user