feat(build): Allow building in windows#2873
feat(build): Allow building in windows#2873alfonso-presa wants to merge 1 commit intoangular:masterfrom
Conversation
6c6dcb0 to
a1466f2
Compare
|
On the bright side, it solves the build issue when the current user doesn't have the permission for symbolic links. On the other side, it makes everything much slower ... So LGTM but the limitations should be documented in the developer guide. |
a1466f2 to
2418588
Compare
|
You're right... incremental builds will still not work with this patch. I've uploaded a new version with the developer guide's note and also refactored a little bit the copyRecursiveSync method. Thank you! |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
While trying to build this in my windows machine a saw that symlinking is not working properly. It was easy to fix by falling back to hard copying files in case of linking failure.
Hope you find this useful for us, windows users....
Thanks!