Closed jcushman closed 2 years ago
Merging #1808 (2413641) into develop (ae88018) will not change coverage. The diff coverage is
33.33%
.
@@ Coverage Diff @@
## develop #1808 +/- ##
========================================
Coverage 76.87% 76.87%
========================================
Files 46 46
Lines 6418 6418
========================================
Hits 4934 4934
Misses 1484 1484
Impacted Files | Coverage Δ | |
---|---|---|
web/fabfile.py | 24.22% <33.33%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
Friday funday coding project! A small quality of life improvement to stop
fab run_frontend
from overwritingwebpack-stats.json
. This is a second attempt at #1732. I called the new stats filewebpack-stats-serve.json
to emphasize that it's the file created by runningnpm run serve
instead ofnpm run build
, and added aLIVE_JS_ASSETS
environment variable (set byfab run_frontend
) to tell Django that it should look for live assets fromnpm run serve
instead of built assets fromnpm run build
.Note, I think it might be considerably clearer to call this file
vue-bundle-paths.json
(andvue-bundle-paths-serve.json
) instead ofwebpack-stats.json
. But that seemed confusing to mix in here, so, eh, something to consider.