Bug fixes:
Enchancements:
- Merged pull request #21. Thanks to @andreialecu build can be deployed to frankfurt aws region.
Docs:
- Added
Default configuration file
section 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
build
andserver
commands. They are not gonna break the update procedure.
Enchancements:
- For
build
,deploy
andserver
commands you can now specify path to your web project's directory. If not defined -www
is 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.