summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
authorDalf <alex@al-f.net>2017-11-26 14:33:11 +0100
committerDalf <alex@al-f.net>2017-11-26 14:33:11 +0100
commit9babe06a0e617f633e7f61cf5bcec6305eaafae9 (patch)
treeb2a6515edfaa4b1b41051232db8ade50fd77742a /searx/static/themes/simple/gruntfile.js
parent0f8d7a00af08ba057e228221114b9edb02c00903 (diff)
downloadsearxng-9babe06a0e617f633e7f61cf5bcec6305eaafae9.tar.gz
searxng-9babe06a0e617f633e7f61cf5bcec6305eaafae9.zip
[mod] simple theme: add the license to different files.
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
-rw-r--r--searx/static/themes/simple/gruntfile.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index 1a3e00d3d..13fd326ec 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -22,7 +22,9 @@ module.exports = function(grunt) {
uglify: {
options: {
banner: '/*! simple/searx.min.js | <%= grunt.template.today("dd-mm-yyyy") %> | https://github.com/asciimoo/searx */\n',
- preserveComments: 'some',
+ output: {
+ comments: 'some'
+ },
sourceMap: true
},
dist: {