[mod] simple theme: add the license to different files.

This commit is contained in:
Dalf 2017-11-26 14:33:11 +01:00
parent 0f8d7a00af
commit 9babe06a0e
8 changed files with 33 additions and 8 deletions

View file

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