diff options
author | Alexandre Flament <alex@al-f.net> | 2021-06-16 15:39:32 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-06-16 15:39:32 +0200 |
commit | c01325688158fdde886e2ecb347d8d4d9707a84d (patch) | |
tree | e2660866f35a8c3b860e4221532d8ecf68acd0fd /utils/templates | |
parent | 85033f3d097c6ae796e8ddadf469a4db78b76fca (diff) | |
download | searxng-c01325688158fdde886e2ecb347d8d4d9707a84d.tar.gz searxng-c01325688158fdde886e2ecb347d8d4d9707a84d.zip |
[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.
Diffstat (limited to 'utils/templates')
0 files changed, 0 insertions, 0 deletions