diff options
Diffstat (limited to 'searx/static/themes/simple/package.json')
| -rw-r--r-- | searx/static/themes/simple/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/static/themes/simple/package.json b/searx/static/themes/simple/package.json index d31aa2041..5c075d154 100644 --- a/searx/static/themes/simple/package.json +++ b/searx/static/themes/simple/package.json @@ -24,6 +24,7 @@ "all": "npm install && grunt", "build": "grunt", "watch": "grunt watch", + "webfont": "grunt webfont", "clean": "rm -Rf node_modules package-lock.json ion.less" } } |