mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 02:40:11 +01:00
manage.sh grunt_build: add node_modules/.bin to the path
This commit is contained in:
parent
e4e8e6da4c
commit
90b24f1060
@ -152,6 +152,8 @@ styles() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
grunt_build() {
|
grunt_build() {
|
||||||
|
npm_path_setup
|
||||||
|
|
||||||
echo '[!] Grunt build : oscar theme'
|
echo '[!] Grunt build : oscar theme'
|
||||||
grunt --gruntfile "$SEARX_DIR/static/themes/oscar/gruntfile.js"
|
grunt --gruntfile "$SEARX_DIR/static/themes/oscar/gruntfile.js"
|
||||||
echo '[!] Grunt build : simple theme'
|
echo '[!] Grunt build : simple theme'
|
||||||
@ -243,7 +245,7 @@ Commands
|
|||||||
update_packages - Check & update production dependency changes
|
update_packages - Check & update production dependency changes
|
||||||
update_dev_packages - Check & update development and production dependency changes
|
update_dev_packages - Check & update development and production dependency changes
|
||||||
install_geckodriver - Download & install geckodriver if not already installed (required for robot_tests)
|
install_geckodriver - Download & install geckodriver if not already installed (required for robot_tests)
|
||||||
npm_packages - Download & install npm dependencies (source manage.sh to update the PATH)
|
npm_packages - Download & install npm dependencies
|
||||||
|
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
Loading…
Reference in New Issue
Block a user