diff options
| author | Alexandre Flament <alex@al-f.net> | 2019-08-06 12:25:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-06 12:25:25 +0200 |
| commit | 8e62f7600f4582b913c92d56ffbafc22e37abe3b (patch) | |
| tree | 48d64f887e762423ba588ce03cdd4453ee30c088 /manage.sh | |
| parent | e4e8e6da4c90d3d65418aeaf1d7ebfc64c497685 (diff) | |
| parent | 6fbba63c83b18a652e571ce5a803773cd72e5b6a (diff) | |
Merge pull request #1647 from dalf/no-inline-script
No inline script for oscar and simple theme
Diffstat (limited to 'manage.sh')
| -rwxr-xr-x | manage.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -152,6 +152,8 @@ styles() { } grunt_build() { + npm_path_setup + echo '[!] Grunt build : oscar theme' grunt --gruntfile "$SEARX_DIR/static/themes/oscar/gruntfile.js" echo '[!] Grunt build : simple theme' @@ -243,7 +245,7 @@ Commands update_packages - Check & update 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) - npm_packages - Download & install npm dependencies (source manage.sh to update the PATH) + npm_packages - Download & install npm dependencies Build ----- |