mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-03-18 19:26:31 +01:00
refactor: backend standardization (service layer, validation, route splitting) + image cache and Scryfall API fixes
This commit is contained in:
parent
e81b47bccf
commit
f784741416
35 changed files with 7054 additions and 4344 deletions
|
|
@ -40,8 +40,9 @@ COPY mypy.ini .
|
|||
# Tailwind source is already in code/web/static/tailwind.css from COPY code/
|
||||
# TypeScript sources are in code/web/static/ts/ from COPY code/
|
||||
|
||||
# Force fresh CSS build by removing any copied styles.css
|
||||
# Force fresh builds by removing any compiled artifacts
|
||||
RUN rm -f ./code/web/static/styles.css
|
||||
RUN rm -rf ./code/web/static/js/*.js ./code/web/static/js/*.js.map
|
||||
|
||||
# Build CSS and TypeScript
|
||||
RUN npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue