- Removed unused dependency from the
package.json.
Bug fixes:
- Merged pull request #31. Fixes issue #49. Fixes problem, when default ignored files were replaced by
.chcpignorefile. Now they are united. - Merged pull request #35. Fixes issue #34. Thanks to @alexbuijs.
Enhancements:
- Merged pull request #30. Fixes issue #29. Thanks to @alexbuijs. Also, thanks to @markmarijnissen for providing similar pull request.
.chcpignorefile now can have comments in it. To comment out the line use# some text.
- Merged pull request #48. Fixes problem with the ngrok server not starting. Thanks to @happy-dev.
Bug fixes:
Enhancements:
- Merged pull request #21. Thanks to @andreialecu build can be deployed to frankfurt aws region.
Docs:
- Added
Default configuration filesection in the readme.
Bug fixes:
- Fixed issue #10. Now ignored files will not trigger update request.
- Fixed issue #5 thanks to @Sirikon. Merged his pull request #12.
- Fixed issue #8. Hidden files are now ignored by
buildandservercommands. They are not gonna break the update procedure.
Enhancements:
- For
build,deployandservercommands you can now specify path to your web project's directory. If not defined -wwwis used, as before. Fixes issue #6 and issue #7.
Docs:
- Updated documentation according to the changes.
- Added change log file.
- Removed unused dependencies.
- Updated readme file.