summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/gruntfile.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-03-22 12:00:48 +0100
committerAlexandre Flament <alex@al-f.net>2021-04-05 11:29:17 +0200
commit7a0fbdecc484284296574a2c2ba9afda01212723 (patch)
tree9ec359ced984cc18be60978458519e84feb7e8fa /searx/static/themes/oscar/gruntfile.js
parentba90c5a2e0629b0a04a090f11781782d15ca5dbe (diff)
downloadsearxng-7a0fbdecc484284296574a2c2ba9afda01212723.tar.gz
searxng-7a0fbdecc484284296574a2c2ba9afda01212723.zip
[enh] oscar: image thumbnail layout
Adjust thumbnail sizes to fill the container width
Diffstat (limited to 'searx/static/themes/oscar/gruntfile.js')
-rw-r--r--searx/static/themes/oscar/gruntfile.js4
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