Releases: GriffFerguson/prodbuild
Releases · GriffFerguson/prodbuild
v1.6.6
v1.6.5
- Proper binary file support for dev server
- Dev server will no longer throw errors preventing shutdown due to a crash
v1.6.4
- Binary files are properly supported
v1.6.3
- CSS minifier now removes comments
- CSS minifier now removes whitespace correctly
- HTML minifier also removes comments correctly
v1.6.2
- Add caching system to dev server (basis for hot module replacement)
- Add TypeScript support to dev server
- Fix some status messages
- Prepare to add control panel to dev server
- TypeScript can be directly imported into HTML files. TypeScript will be compiled and imports will update to point to the new JavaScript file during build (also works with dev server)
v1.6.1
- Fix an issue where a .gitignore file in the root project folder would be overridden on dev server start
v1.6.0
Changes
- Brand new advanced dev server
- Update documentation
New dev server features:
- Server now runs as background process (no CLI hang)
- Status and current server activity is saved to a log file (can be purged via CLI command)
v1.5.0
- Improve documentation
- Improve how default config is loaded
- Add proprietary minifier for HTML
- Add proprietary minifier for CSS
- Minifiers can now be imported
- Add TypeScript declarations for minifier functions