Skip to content

Commit

Permalink
Remove the duplicate call to bower
Browse files Browse the repository at this point in the history
Duplicating the command led to multiple inconsistencies (
    e-mission/e-mission-docs#657 (comment)
    e-mission/e-mission-docs#657 (comment)
)

So I changed the code in the phone repo instead (e-mission/e-mission-phone#776)
and switched to using only the setup scripts here.
  • Loading branch information
shankari committed Aug 9, 2021
1 parent 7767773 commit f7b0a57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions start_devapp_serve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ git checkout -f $PHONE_BRANCH
# Restore the tail command below to debug image creation
# tail -f /dev/null
bash setup/setup_serve.sh
# Normally, this would happen in the setup, but bower doesn't like running as root
# and we are root in the container, of course
# instead of changing that for everybody, we only change it in the container
bower install --allow-root
source setup/activate_serve.sh

echo "About to fix autoreload script"
Expand Down

0 comments on commit f7b0a57

Please sign in to comment.