mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Run yarn build during docker build (#1158)
This will alliviate the merge conflicts we keep getting by checking this file into source control. ----------- Now, when using docker-compose, to re-generate the `styles.css` file, you can do so locally in the following ways: 1. locally run `yarn build` 2. run `docker compose build`
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -156,6 +156,9 @@ python.log
|
||||
# mailman
|
||||
mailman/web/static/
|
||||
|
||||
# static files, rendered by docker.
|
||||
static/css/styles.css
|
||||
|
||||
# dev
|
||||
*.code-workspace
|
||||
.vscode/settings.json
|
||||
|
||||
Reference in New Issue
Block a user