From 9babe06a0e617f633e7f61cf5bcec6305eaafae9 Mon Sep 17 00:00:00 2001 From: Dalf Date: Sun, 26 Nov 2017 14:33:11 +0100 Subject: [mod] simple theme: add the license to different files. --- searx/static/themes/simple/gruntfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'searx/static/themes/simple/gruntfile.js') 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: { -- cgit v1.2.3-54-g00ecf