From f1e016e9ea906b38575a3b441260a59033485e1d Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 1 Dec 2020 10:07:01 +0100 Subject: [mod] oscar theme: added option into gruntfile.js for generate sourceMap Credits go to @mrwormo (see PR #2308 ) --- searx/static/themes/oscar/gruntfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/static/themes/oscar/gruntfile.js') diff --git a/searx/static/themes/oscar/gruntfile.js b/searx/static/themes/oscar/gruntfile.js index 606b6bcfb..b18c0bc68 100644 --- a/searx/static/themes/oscar/gruntfile.js +++ b/searx/static/themes/oscar/gruntfile.js @@ -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: { -- cgit v1.2.3