diff options
author | Alexandre Flament <alex@al-f.net> | 2021-04-19 09:36:54 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-04-19 09:36:54 +0200 |
commit | 92db0227b1f8c2ee64948f032388687b14ee9cd4 (patch) | |
tree | 0fac7f35003cad696a49560ff041f63f8105fb6c /searx/static/themes/oscar/gruntfile.js | |
parent | 48720e20a8acc07d8614bfbf503c254acd604836 (diff) | |
parent | 7a0fbdecc484284296574a2c2ba9afda01212723 (diff) | |
download | searxng-92db0227b1f8c2ee64948f032388687b14ee9cd4.tar.gz searxng-92db0227b1f8c2ee64948f032388687b14ee9cd4.zip |
Merge remote-tracking branch 'dalf/oscar-images'
Diffstat (limited to 'searx/static/themes/oscar/gruntfile.js')
-rw-r--r-- | searx/static/themes/oscar/gruntfile.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/oscar/gruntfile.js b/searx/static/themes/oscar/gruntfile.js index 7c1f55249..1973b09c4 100644 --- a/searx/static/themes/oscar/gruntfile.js +++ b/searx/static/themes/oscar/gruntfile.js @@ -60,7 +60,7 @@ module.exports = function(grunt) { separator: ';' }, dist: { - src: ['src/js/*.js'], + src: ['src/js/*.js', '../__common__/js/image_layout.js'], dest: 'js/searx.js' } }, @@ -76,7 +76,7 @@ module.exports = function(grunt) { } }, jshint: { - files: ['gruntfile.js', 'js/searx_src/*.js'], + files: ['gruntfile.js', 'js/searx_src/*.js', '../__common__/js/image_layout.js'], options: { reporterOutput: "", // options here to override JSHint defaults |