summaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-22 16:18:59 +0300
committerAndrew Dolgov <[email protected]>2021-03-22 16:18:59 +0300
commit0f6644880a8ced1ab1e0860c585742b338382ce9 (patch)
tree01dde001dcd3984daa19c1c2d07266971a5483c6 /gulpfile.js
parent98251022d40a4ef2c6d8e6b285c7e2454e79d0b5 (diff)
yet another flex feedtree attemptexp-flex-feedtree
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index ca766dcce..eed6c2282 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -13,7 +13,7 @@ gulp.task('less', function(cb) {
gulp
.src(['themes/compact.less', 'themes/compact_night.less',
'themes/light.less', 'themes/night_blue.less', 'themes/night.less'])
- .pipe(less())
+ .pipe(less({javascriptEnabled: true}))
.on('error', swallowError)
.pipe(
gulp.dest(function(f) {