File: bootstrap

package info (click to toggle)
ruby-task-list 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: ruby: 308; javascript: 58; sh: 14; makefile: 8
file content (9 lines) | stat: -rwxr-xr-x 185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh
set -e 0

if ! bundle check 1>/dev/null 2>&1; then
  bundle install --no-color --binstubs --path vendor/gems
fi

npm install
./node_modules/bower/bin/bower install --no-color