mirror of
https://github.com/searxng/searxng.git
synced 2025-02-17 02:40:03 +00:00
Merge pull request #575 from return42/fix-source-map
[fix] simple theme: make JS sources available on non build hosts
This commit is contained in:
commit
58a6738dec
BIN
searx/static/themes/oscar/js/searxng.min.js
vendored
BIN
searx/static/themes/oscar/js/searxng.min.js
vendored
Binary file not shown.
Binary file not shown.
@ -88,7 +88,9 @@ module.exports = function(grunt) {
|
|||||||
warnings: true,
|
warnings: true,
|
||||||
compress: false,
|
compress: false,
|
||||||
mangle: true,
|
mangle: true,
|
||||||
sourceMap: true
|
sourceMap: {
|
||||||
|
includeSources: true
|
||||||
|
}
|
||||||
},
|
},
|
||||||
dist: {
|
dist: {
|
||||||
files: {
|
files: {
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user