0.3.7
Fixes:
- Input paths resolution now works properly in all cases (on both *nix and windows)
- Require paths resolution logic is now aware of current system separator type,
this makes webmake 100% ready for both systems (*nix and windows).. - Handling of current and parent directory index requires (e.g. './' or '../')
- Handling of paths with trailing slash (e.g. './path/') where both file
and directory is present (e.g. ./path.js and ./path/)