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

Commit

Permalink
Merge pull request #1301 from 18F/pdb/hint-for-cg-style
Browse files Browse the repository at this point in the history
Add hint on how to get cg-style changes to work
  • Loading branch information
femmebot authored Jan 3, 2018
2 parents 1d03ef5 + f4b40af commit efbaf5d
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 efbaf5d

Please sign in to comment.