diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-06-16 12:13:37 +0200 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-06-16 12:44:07 +0200 |
| commit | e3ebfd41d7379384186fd74a7db430247eef8c84 (patch) | |
| tree | 859e8afd10a2a77f7e1b9a4bf9bc3064adb8540f /searx/static/themes/simple/gruntfile.js | |
| parent | b4a47cacd8f9471fea9fb4099ad647a69169db5c (diff) | |
[mod] simple theme: autocomplete-js becomes a packages.json dependency
Update to version 2.7.1
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
| -rw-r--r-- | searx/static/themes/simple/gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js index d11ee6822..271e21b26 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -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'] } } }, |