소스 검색

update docs

tags/v1.5.5
Jonathan Cobb 4 년 전
부모
커밋
f87c587a11
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      docs/dev_tasks.md

+ 3
- 3
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:


불러오는 중...
취소
저장