mirror of
https://github.com/searxng/searxng.git
synced 2026-05-30 14:44:11 +02:00
[mod] oscar theme: added option into gruntfile.js for generate sourceMap
Credits go to @mrwormo (see PR #2308 )
This commit is contained in:
@@ -13,6 +13,7 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
uglify: {
|
uglify: {
|
||||||
options: {
|
options: {
|
||||||
|
sourceMap: true,
|
||||||
banner: '/*! oscar/searx.min.js | <%= grunt.template.today("dd-mm-yyyy") %> | <%= process.env.GIT_URL %> */\n'
|
banner: '/*! oscar/searx.min.js | <%= grunt.template.today("dd-mm-yyyy") %> | <%= process.env.GIT_URL %> */\n'
|
||||||
},
|
},
|
||||||
dist: {
|
dist: {
|
||||||
|
|||||||
+3
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user