forked from Archives/searxng
Merge pull request #2345 from dalf/mod-oscar
[mod] oscar theme: added option into gruntfile.js for generate sourceMap
This commit is contained in:
commit
0e02fee930
@ -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: {
|
||||||
|
BIN
searx/static/themes/oscar/js/searx.min.js
vendored
BIN
searx/static/themes/oscar/js/searx.min.js
vendored
Binary file not shown.
BIN
searx/static/themes/oscar/js/searx.min.js.map
Normal file
BIN
searx/static/themes/oscar/js/searx.min.js.map
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user