summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--searx/static/themes/simple/gruntfile.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index 57682430d..ca59cb562 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -88,7 +88,9 @@ module.exports = function(grunt) {
warnings: true,
compress: false,
mangle: true,
- sourceMap: true
+ sourceMap: {
+ includeSources: true
+ }
},
dist: {
files: {