From b8d085e44f4787942d325ab4c3003cb8d707d3df Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Mon, 11 Nov 2019 00:41:02 +0100 Subject: [PATCH] gulp cachebuster fix all except scripts in sw --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index d0837ed..c21c2d6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -285,12 +285,12 @@ exports.default = series( cleanDist, parallel( copyFiles, - buildScripts, lintScripts, buildSVGs ), buildStyles, updateAssetVersion, + buildScripts, ); // Watch and reload