v0.3: The "fast assets" release
This is a minor release that copies asset files (like images and fonts) much faster by not treating them like esd files 👾. Between releases we also added a new quick start project template. Give it a try, it's free. ✨
Minor Improvements
- #7 A public directory is no longer required.
- #6 Copying assets is much faster.
- #5 Added a
-v
switch to the command line for verbose output. - #2 Logging the speed in milliseconds
- #8 Running ESD no longer requires the Microsoft visual c++ redistributable
Hotfix
A minor hotfix has been uploaded from commit 9ee2197
- Verbose flag check was incorrect
- We were attempting to delete temp files that were never created (causing a warning in the logs we don't need)