From f87c587a114308eb74ced182ef1a2c34a6f6cc3f Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 11:40:12 -0500 Subject: [PATCH] update docs --- docs/dev_tasks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/dev_tasks.md b/docs/dev_tasks.md index 0bb69cf1..bd958e66 100644 --- a/docs/dev_tasks.md +++ b/docs/dev_tasks.md @@ -39,9 +39,9 @@ rm -f ./dist/* && npm run build This will remove all previous site files and have npm regenerate the HTML/CSS/JS for the Bubble web UI. -If you look in `${HOME}/.bubble.env`, you'll see that the `BUBBLE_ASSETS_DIR` variable points -to `${HOME}/bubble/bubble-web/dist`. Thus, when you run `npm run build` to update the files in `dist`, -the "live" site is updated. +If you're using the [Bubble Vagrant Setup](dev_vagrant.md), look in `${HOME}/.bubble.env` and you'll see +that the `BUBBLE_ASSETS_DIR` variable points to `${HOME}/bubble/bubble-web/dist`. +Thus, when you run `npm run build` to update the files in `dist`, the "live" site is updated. ## Running the API server To start the Bubble server: