- Better logging for dev server
- Dev server no longer restarts (this was much more annoying than intended). Instead an error will be reported and the server will be able to be restarted using the normal start command
- Fixed an issue where directories were improperly managed resulting in the dev server silently failing
- Remove caching system (had no real use)
- Complete refactoring of TypeScript support
- Dev server now restarts correctly if it is unable to shutdown
- Change some error messages
- TypeScript support for the dev server works correctly again
- Proper binary file support for dev server
- Dev server will no longer throw errors preventing shutdown due to a crash
- Binary files are properly supported
- CSS minifier now removes comments
- CSS minifier now removes whitespace correctly
- HTML minifier also removes comments correctly
- 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)
- Fix an issue where a .gitignore file in the root project folder would be overridden on dev server start
- Brand new advanced dev server
- Update documentation
- 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
- Fix errors when processing TypeScript
- Add TypeScript support
- Add change log
- Fix typos in README
- Add folder exclsuion
- Remove console messages used for debugging
- Add file exclusion
- Fix errors being thrown during build
- Fix dev server throwing an error on start
- Fix issues with the dev server
- Add documentation to README
- More dev server options
- Add a default build configuration
- Correct repository links in package.json
- Add dev server
- Ensure files other than HTMl, CSS, and JS are copied as is
- Ensure folder structure is preserved
- Move from cssnano to CSSO
- Initial release
- Only minification of HTML, CSS, and JS