Releases: stamat/poops
Releases 路 stamat/poops
Release list
v1.0.3
- Soft fails added for all three types of code: markups, styles and scripts
This means that if there is an error with the code being bundled the system will not exit, rather it will display the error and will continue to run. A simple update by catching all the errors during the compile process, saving time to reload the script over and over again. I just figured out this was missing when i started using this on a real project.