Page MenuHomeSoftware Heritage

docker/swh-web: Compile static assets prior installing swh.web package
ClosedPublic

Authored by anlambert on May 26 2021, 3:22 PM.

Details

Summary

When overriding swh-web sources in the docker environment,
static assets must be compiled prior installing the swh.web
python package.

Indeed static assets are installed by pip from the static
directory located at the root of swh-web sources directory
so they must be compiled first.

Diff Detail

Repository
rDENV Development environment
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.