Browse Source

Merge pull request #528 from return42/brand

[brand] initial - folder src/brand for searxng-wordmark
Markus Heiser 3 years ago
parent
commit
d51298177a
3 changed files with 6 additions and 3 deletions
  1. 1 2
      manage
  2. 5 1
      searx/static/themes/simple/gruntfile.js
  3. 0 0
      src/brand/searxng-wordmark.svg

+ 1 - 2
manage

@@ -706,10 +706,9 @@ themes.oscar() {
 }
 
 themes.simple() {
-    local src="searx/static/themes/simple/src"
     local static="searx/static/themes/simple"
     (   set -e
-        convert_if_newer "$src/svg/searxng-wordmark.svg" "$static/img/favicon.png" \
+        convert_if_newer "src/brand/searxng-wordmark.svg" "$static/img/favicon.png" \
                          -transparent white -resize 64x64
         build_msg GRUNT "theme: simple"
         npm --prefix searx/static/themes/simple run build

+ 5 - 1
searx/static/themes/simple/gruntfile.js

@@ -5,6 +5,10 @@ module.exports = function(grunt) {
   const path = require('path');
 
   grunt.initConfig({
+
+    _brand: '../../../../src/brand',
+    _templates: '../../../templates',
+
     pkg: grunt.file.readJSON('package.json'),
     watch: {
       scripts: {
@@ -102,7 +106,7 @@ module.exports = function(grunt) {
           svgo: ['--config', 'svg4web.svgo.js']
         },
         files: {
-          '../../../templates/__common__/searxng-wordmark.min.svg': 'src/svg/searxng-wordmark.svg'
+          '<%= _templates %>/__common__/searxng-wordmark.min.svg': '<%= _brand %>/searxng-wordmark.svg'
         }
       }
     },

+ 0 - 0
searx/static/themes/simple/src/svg/searxng-wordmark.svg → src/brand/searxng-wordmark.svg