summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-04 15:30:28 +0300
committerAndrew Dolgov <[email protected]>2021-02-04 15:30:28 +0300
commitb4cbc792cc5fbbd5356f91038bf6cf5e67a19e42 (patch)
tree63f051b06fa7e2bb3c80ce7ad33558634a8b078b /package.json
parent6d8f2221b82b6a31becbeed8baf5e05ad9e053fe (diff)
add workaround for gulp4 not updating file timestamps on build
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index d20c66112..b98208b66 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
"eslint": "^7.9.0",
"gulp": "^4.0.2",
"gulp-less": "^4.0.1",
+ "gulp-touch-fd": "^2.0.0",
"less": "^3.12.2"
}
}