Skip to content

Commit 0616bba

Browse files
committed
fix: include essential Control Panel JavaScript assets
- Add IconManagerField.js for field functionality - Update .gitignore to allow plugin dist assets while excluding build artifacts - Resolves 'file or directory to be published does not exist' error
1 parent 039887d commit 0616bba

File tree

2 files changed

+1084
-2
lines changed

2 files changed

+1084
-2
lines changed

.gitignore

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ yarn-error.log*
2222
.npm
2323
.yarn-integrity
2424

25-
# Build outputs
26-
dist/
25+
# Build outputs (but keep plugin assets)
2726
build/
2827
*.min.js
2928
*.min.css
3029

30+
# Exclude dist/ except for plugin assets
31+
dist/
32+
!src/web/assets/*/dist/
33+
3134
# Logs
3235
logs
3336
*.log

0 commit comments

Comments
 (0)