mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 10:32:21 +02:00
[mod] simple theme: autocomplete-js becomes a packages.json dependency
Update to version 2.7.1
This commit is contained in:
parent
b4a47cacd8
commit
e3ebfd41d7
3 changed files with 7 additions and 539 deletions
|
@ -65,7 +65,7 @@ module.exports = function(grunt) {
|
|||
},
|
||||
files: {
|
||||
'js/searx.head.js': ['src/js/head/*.js'],
|
||||
'js/searx.js': ['src/js/main/*.js', '../__common__/js/*.js', 'js/autocomplete.js']
|
||||
'js/searx.js': ['src/js/main/*.js', '../__common__/js/*.js', './node_modules/autocomplete-js/dist/autocomplete.js']
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue