gulp cachebuster fix all except scripts in sw
This commit is contained in:
parent
c1544dd1ad
commit
b8d085e44f
@ -285,12 +285,12 @@ exports.default = series(
|
|||||||
cleanDist,
|
cleanDist,
|
||||||
parallel(
|
parallel(
|
||||||
copyFiles,
|
copyFiles,
|
||||||
buildScripts,
|
|
||||||
lintScripts,
|
lintScripts,
|
||||||
buildSVGs
|
buildSVGs
|
||||||
),
|
),
|
||||||
buildStyles,
|
buildStyles,
|
||||||
updateAssetVersion,
|
updateAssetVersion,
|
||||||
|
buildScripts,
|
||||||
);
|
);
|
||||||
|
|
||||||
// Watch and reload
|
// Watch and reload
|
||||||
|
Reference in New Issue
Block a user