remove unused themes

This commit is contained in:
Roberto Beltran 2021-04-02 02:28:54 -04:00
parent 460c6faf93
commit fa54ae04c4
1 changed files with 1 additions and 9 deletions

View File

@ -88,15 +88,7 @@ npm_packages() {
echo '[!] install NPM packages'
cd -- "$BASE_DIR"
npm install less@2.7 less-plugin-clean-css grunt-cli
echo '[!] install NPM packages for oscar theme'
cd -- "$BASE_DIR/searx/static/themes/oscar"
npm install
echo '[!] install NPM packages for simple theme'
cd -- "$BASE_DIR/searx/static/themes/simple"
npm install
npm install less@2.7 less-plugin-clean-css
}
docker_build() {