Browse Source

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

Dalf 7 years ago
parent
commit
9babe06a0e

+ 2
- 1
searx/static/themes/simple/css/searx-rtl.css View File

1
-/*! searx | 06-08-2017 | https://github.com/asciimoo/searx */
1
+/*! searx | 26-11-2017 | https://github.com/asciimoo/searx */
2
 /*
2
 /*
3
 * searx, A privacy-respecting, hackable metasearch engine
3
 * searx, A privacy-respecting, hackable metasearch engine
4
 *
4
 *
1007
     width: 100%;
1007
     width: 100%;
1008
   }
1008
   }
1009
 }
1009
 }
1010
+/*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */
1010
 .autocomplete {
1011
 .autocomplete {
1011
   position: absolute;
1012
   position: absolute;
1012
   max-height: 0;
1013
   max-height: 0;

+ 1
- 1
searx/static/themes/simple/css/searx-rtl.min.css
File diff suppressed because it is too large
View File


+ 2
- 1
searx/static/themes/simple/css/searx.css View File

1
-/*! searx | 06-08-2017 | https://github.com/asciimoo/searx */
1
+/*! searx | 26-11-2017 | https://github.com/asciimoo/searx */
2
 /*
2
 /*
3
 * searx, A privacy-respecting, hackable metasearch engine
3
 * searx, A privacy-respecting, hackable metasearch engine
4
 *
4
 *
1007
     width: 100%;
1007
     width: 100%;
1008
   }
1008
   }
1009
 }
1009
 }
1010
+/*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */
1010
 .autocomplete {
1011
 .autocomplete {
1011
   position: absolute;
1012
   position: absolute;
1012
   max-height: 0;
1013
   max-height: 0;

+ 1
- 1
searx/static/themes/simple/css/searx.min.css
File diff suppressed because it is too large
View File


+ 3
- 1
searx/static/themes/simple/gruntfile.js View File

22
     uglify: {
22
     uglify: {
23
       options: {
23
       options: {
24
         banner: '/*! simple/searx.min.js | <%= grunt.template.today("dd-mm-yyyy") %> | https://github.com/asciimoo/searx */\n',
24
         banner: '/*! simple/searx.min.js | <%= grunt.template.today("dd-mm-yyyy") %> | https://github.com/asciimoo/searx */\n',
25
-        preserveComments: 'some',
25
+	output: {
26
+	    comments: 'some'
27
+	},
26
         sourceMap: true
28
         sourceMap: true
27
       },
29
       },
28
       dist: {
30
       dist: {

+ 21
- 2
searx/static/themes/simple/js/searx.min.js
File diff suppressed because it is too large
View File


+ 1
- 1
searx/static/themes/simple/js/searx.min.js.map
File diff suppressed because it is too large
View File


+ 2
- 0
searx/static/themes/simple/less/autocomplete.less View File

1
+/*! Autocomplete.js v2.6.3 | license MIT | (c) 2017, Baptiste Donaux | http://autocomplete-js.com */
2
+
1
 @background_color:  white;
3
 @background_color:  white;
2
 
4
 
3
 .autocomplete {
5
 .autocomplete {