mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-12 23:35:56 +00:00
yet another flex feedtree attempt
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user