Skip to content

Commit 49a75ec

Browse files
committed
No need to validate HTML or lint JavaScript during the build process
1 parent de12946 commit 49a75ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gulpfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,8 @@ exports.transpileJSForProd = transpileJSForProd;
223223
exports.lintJS = lintJS;
224224
exports.copyUnprocessedAssetsForProd = copyUnprocessedAssetsForProd;
225225
exports.build = series(
226-
validateHTML,
227226
compressHTML,
228227
compileCSSForProd,
229-
lintJS,
230228
transpileJSForProd,
231229
compressImages,
232230
copyUnprocessedAssetsForProd

0 commit comments

Comments
 (0)