You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
css Static build 3 years ago
fonts Static build 3 years ago
img simple theme update 6 years ago
js Static build 3 years ago
src [mod] simple theme: remove src/less/ion.less 3 years ago
.gitignore [mod] simple theme: remove src/less/ion.less 3 years ago
.jshintignore [enh] add simple theme (WIP) 7 years ago
gruntfile.js [mod] simple theme: remove src/less/ion.less 3 years ago
package.json [mod] remove common grunt install 3 years ago