1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-13 08:40:16 +02:00
searxng/searx/static/themes/simple
Alexandre Flament c013256881 [mod] remove common grunt install
Before this commit, there are 3 node_modules directory:
* one in .
* two others in ./searx/statics/themes/*

This is no desirable:
* it declares the npm depdenencies in the shell script.
* dependabot can't updates theses dependencies.
* this is a not standard way to build a package (two different locations for the dependencies).

With this commit and the PR  #150 there is one unique node_modules directory per theme.
2021-06-16 15:39:32 +02:00
..
css Static build 2021-06-16 14:30:46 +02:00
fonts Static build 2021-06-16 14:30:46 +02:00
img simple theme update 2018-08-14 17:21:30 +02:00
js Static build 2021-06-16 14:30:46 +02:00
src [mod] simple theme: remove src/less/ion.less 2021-06-16 14:30:09 +02:00
.gitignore [mod] simple theme: remove src/less/ion.less 2021-06-16 14:30:09 +02:00
.jshintignore [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00
gruntfile.js [mod] simple theme: remove src/less/ion.less 2021-06-16 14:30:09 +02:00
package.json [mod] remove common grunt install 2021-06-16 15:39:32 +02:00