Skip to content

Commit f17065c

Browse files
committed
Minor changes
1 parent 2f59912 commit f17065c

File tree

9 files changed

+12
-237
lines changed

9 files changed

+12
-237
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to AdminLTE will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [4.0.0-rc3] - 2025-01-29
8+
## [4.0.0-rc3] - 2025-06-24
99

1010
### Production Deployment & Cross-Platform Compatibility
1111

@@ -69,10 +69,10 @@ This release resolves critical production deployment issues and ensures consiste
6969
- Smart path resolution ensures consistent behavior in both environments
7070

7171
#### **Git Repository Cleanup**
72-
- **Build Output Exclusion:** Added `dist/` to `.gitignore`
73-
- Prevents build artifacts from being committed to version control
74-
- Reduces repository size and eliminates merge conflicts from generated files
75-
- Maintains clean development workflow focused on source files
72+
- **Production Build Distribution:** Added complete `dist/` folder to repository
73+
- Provides ready-to-use production files for immediate deployment
74+
- Simplifies distribution and CDN access via jsDelivr
75+
- Enables direct download without requiring Node.js build environment
7676

7777
### 🐛 **Critical Bug Fixes**
7878

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Highly customizable and easy to use. Fits many screen resolutions from small mob
2525
- ✅ Images, CSS, and JavaScript load correctly in any deployment structure
2626
- ✅ Sidebar navigation displays properly with badges and arrow indicators
2727
- ✅ All CDN resources load without console errors
28-
-Build output (`dist/`) excluded from git repository
28+
-Complete production build included in repository for easy deployment
2929

3030
See the [CHANGELOG.md](CHANGELOG.md) for complete details.
3131

dist/README.md

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)