Closed
Bug 1413303
Opened 8 years ago
Closed 8 years ago
Unbreak `make build` for local development
Categories
(Socorro :: Symbols, task)
Socorro
Symbols
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(1 file)
In https://github.com/mozilla-services/tecken/pull/533 we corrected the way the static assets, built with `yarn run build`, gets into the "web" (aka. Django) container.
The problem is that we explicitly avoid running `yarn run build` in local development because it's so slow and you don't need the files in local development (because you have the Dockerfile.frontend in docker-compose).
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/tecken
https://github.com/mozilla-services/tecken/commit/43ee8cc89df72ad9cd452a6c55a49baf7dd564ca
fixes bug 1413303 - Unbreak `make build` for local development (#539)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•