top-level Makefile (#597)
* top-level Makefile The primary motivation here is the `build-web` command, which calls the yarn build and then also copies over JS files. The Dockerfile does this and I always forget when doing it manually. * build-web: cp bundles in yarn command, not Makefile+Dockerfile
This commit is contained in:
parent
d624b7cf58
commit
34d8fa5991
3 changed files with 36 additions and 4 deletions
|
@ -35,9 +35,6 @@ RUN \. "$NVM_DIR/nvm.sh" && \
|
|||
# DEBUG
|
||||
RUN find ./bskyweb/static && find ./web-build/static
|
||||
|
||||
# Copy the bundle js files.
|
||||
RUN cp --verbose ./web-build/static/js/*.* ./bskyweb/static/js/
|
||||
|
||||
#
|
||||
# Generate the bksyweb Go binary.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue