mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
fix less to stable version
3.0 is still alpha and currently breaks when building styles
This commit is contained in:
parent
54f0ab1f3b
commit
db27c6fa5f
@ -13,7 +13,7 @@ python:
|
||||
before_install:
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
- npm install less less-plugin-clean-css grunt-cli
|
||||
- npm install less@2.7 less-plugin-clean-css grunt-cli
|
||||
- export PATH=`pwd`/node_modules/.bin:$PATH
|
||||
- ./manage.sh install_geckodriver ~/drivers
|
||||
- export PATH=~/drivers:$PATH
|
||||
|
Loading…
Reference in New Issue
Block a user