Merge pull request #581 from return42/fix-source-map

[fix] simple theme: make LESS sources available on non build hosts
This commit is contained in:
Alexandre Flament 2021-12-05 11:01:40 +01:00 committed by GitHub
commit e4a2d354aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -112,8 +112,7 @@ module.exports = function(grunt) {
],
sourceMap: true,
sourceMapURL: (name) => { const s = name.split('/'); return s[s.length - 1] + '.map';},
outputSourceFiles: false,
sourceMapRootpath: '../',
outputSourceFiles: true,
},
files: {
"css/searxng.min.css": "src/less/style.less",