Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Add hint on how to get cg-style changes to work
Browse files Browse the repository at this point in the history
  • Loading branch information
pburkholder committed Jan 3, 2018
1 parent 1d03ef5 commit 863a57b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions devtools/docker-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ In the event that you need to modify the styling of cg-dashboard, it will most
likely occur in the `cg-style` repo. You can see your changes in real time by
linking and watching for the changes there.

First, have your test site up and running, e.g., with
`docker-compose up -d frontend_testing_server watch`. Then, start another
container to watch `cg-style` and rebuild on changes:

```sh
export CG_STYLE_PATH=/path/to/cg-style/repo/here
docker-compose up -d watch_cg_style
Expand Down

0 comments on commit 863a57b

Please sign in to comment.