[mod] oscar theme: added option into gruntfile.js for generate sourceMap

Credits go to @mrwormo  (see PR #2308 )
This commit is contained in:
Alexandre Flament 2020-12-01 10:07:01 +01:00
parent 1b700738eb
commit f1e016e9ea
3 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ module.exports = function(grunt) {
},
uglify: {
options: {
sourceMap: true,
banner: '/*! oscar/searx.min.js | <%= grunt.template.today("dd-mm-yyyy") %> | <%= process.env.GIT_URL %> */\n'
},
dist: {

Binary file not shown.

Binary file not shown.