v0.1.21 카테고리 Alpine 및 업로드 정리

This commit is contained in:
2026-04-14 10:24:11 +09:00
parent 892dd270bc
commit dc24ee66f0
13 changed files with 126 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
# 배포 가이드
## 현재 버전
- `v0.1.20`
- `v0.1.21`
## Git 기본 설정
- 저장소 작성자 정보는 아래 값으로 통일한다.
@@ -53,7 +53,7 @@ npm run build:tailwind
- `npm run dev`, `npm run dev:ghost:start`, `npm run dev:ghost:restart` 실행 시 Alpine.js와 Tailwind 빌드가 먼저 수행된다.
- Alpine 결과물은 `assets/built/alpine.js`에 생성된다.
- Tailwind 결과물은 `assets/built/tailwind.css`에 생성되고, Ghost 테마에서 `screen.css`보다 먼저 로드된다.
- Tailwind 결과물은 `assets/built/tailwind.css`에 생성되고, Ghost 테마에서 `screen.css` 다음에 로드된다.
## 로컬 빌드 검증
```bash