searxng/client/simple
Markus Heiser 657237dac4
Some checks are pending
Documentation / Release (push) Waiting to run
Integration / Python 3.10 (push) Waiting to run
Integration / Python 3.11 (push) Waiting to run
Integration / Python 3.12 (push) Waiting to run
Integration / Python 3.13 (push) Waiting to run
Integration / Python 3.9 (push) Waiting to run
Integration / Theme (push) Waiting to run
[fix] leftover from PR #4947 - ./manage vite.simple.build (#4953)
PR #4947 upgraded the pygment, but forgot to apply the change to the static
files::

    $ ./manage vite.simple.build

Related:

- https://github.com/searxng/searxng/pull/4947
2025-06-28 13:34:36 +02:00
..
generated [fix] leftover from PR #4947 - ./manage vite.simple.build (#4953) 2025-06-28 13:34:36 +02:00
src [fix] weather template: text overflow on small screen devices 2025-06-22 09:41:16 +02:00
static [web-client] simple theme: build & development env based on vite. 2025-02-28 12:27:41 +01:00
tools [fix] simple client: jinja_svg_catalog addClassesToSVGElement 2025-05-09 12:40:34 +02:00
.gitignore [web-client] simple theme: stylelint LESS source files 2025-02-28 12:27:41 +01:00
.stylelintrc.json [web-client] simple theme: stylelint LESS source files 2025-02-28 12:27:41 +01:00
eslint.config.js [web-client] simple theme: eslint JS source files 2025-02-28 12:27:41 +01:00
package-lock.json [upd] web-client (simple): Bump vite-plugin-static-copy (#4943) 2025-06-27 16:14:32 +02:00
package.json [upd] web-client (simple): Bump vite-plugin-static-copy (#4943) 2025-06-27 16:14:32 +02:00
README.rst [web-client] simple theme: build & development env based on vite. 2025-02-28 12:27:41 +01:00
theme_icons.js [fix] simple template - video.html fix button icon to icon_small 2025-02-28 12:27:41 +01:00
vite.config.js [web-client] simple theme: move SVGs to client/simple/src and deploy to static by plg_svg2svg 2025-02-28 12:27:41 +01:00

=====================
MEMO vite development
=====================

Local install::

  # in folder ./client/simple/
  $ npm install

Start development server::

  $ ./manage vite.simple.dev

  # in folder ./client/simple/
  $ npm exec -- vite

Fix source code::

  # in folder ./client/simple/
  $ npm run fix

Fix & Build::

  $ ./manage vite.simple.build