1
0
Fork 0
mirror of https://github.com/searxng/searxng.git synced 2025-04-22 03:14:06 +00:00

Merge pull request from dalf/mod-oscar

[mod] oscar theme: added option into gruntfile.js for generate sourceMap
This commit is contained in:
Alexandre Flament 2020-12-01 14:11:13 +01:00 committed by GitHub
commit 0e02fee930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions
searx/static/themes/oscar

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: {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long