Merge pull request #2345 from dalf/mod-oscar

[mod] oscar theme: added option into gruntfile.js for generate sourceMap
dependabot/pip/master/sphinx-6.1.3
Alexandre Flament 4 years ago committed by GitHub
commit 0e02fee930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save