mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 02:22:22 +02:00
SearXNG: oscar theme
This commit is contained in:
parent
a582cf3d82
commit
df06dddc04
19 changed files with 73 additions and 82 deletions
|
@ -61,29 +61,33 @@ module.exports = function(grunt) {
|
|||
},
|
||||
dist: {
|
||||
src: ['src/js/*.js', '../__common__/js/image_layout.js'],
|
||||
dest: 'js/searx.js'
|
||||
dest: 'js/searxng.js'
|
||||
}
|
||||
},
|
||||
uglify: {
|
||||
options: {
|
||||
output: {
|
||||
comments: 'some'
|
||||
},
|
||||
sourceMap: true,
|
||||
},
|
||||
dist: {
|
||||
files: {
|
||||
'js/searx.min.js': ['<%= concat.dist.dest %>']
|
||||
'js/searxng.min.js': ['<%= concat.dist.dest %>']
|
||||
}
|
||||
}
|
||||
},
|
||||
jshint: {
|
||||
files: ['gruntfile.js', 'js/searx_src/*.js', '../__common__/js/image_layout.js'],
|
||||
files: ['gruntfile.js', 'src/js/*.js', '../__common__/js/image_layout.js'],
|
||||
options: {
|
||||
reporterOutput: "",
|
||||
esversion: 6,
|
||||
// options here to override JSHint defaults
|
||||
globals: {
|
||||
jQuery: true,
|
||||
console: true,
|
||||
module: true,
|
||||
document: true
|
||||
document: true,
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue