Ben Newman
d9fd447e6f
Avoid using fs.unlinkSync on directories.
...
Should help with #10549 .
2019-05-05 19:37:45 -04:00
Ben Newman
f0192a82d9
Stop using mini-files.js in non-Babel-compiled code.
2019-04-23 19:21:57 -04:00
Ben Newman
57ccaa27f9
Return an OS path for .meteor/local/dev_bundle.
2016-07-15 18:29:44 -04:00
Ben Newman
ea236fc9da
Try harder to create .meteor/dev_bundle symlink.
...
May help with #7391 .
2016-07-14 11:27:55 -04:00
Ben Newman
f8b1bba606
Improve .meteor/dev_bundle link reading and creation.
2016-07-10 15:39:46 -04:00
Ben Newman
1dac34f00c
Store .meteor/dev_bundle target as text when symbolic linking fails.
...
This wouldn't work if .meteor/dev_bundle needed to be a true symbolic
link, but fortunately we just need to record the target path in a way that
allows us to read it later.
Fixes #7374 .
2016-07-09 17:15:21 -04:00
Ben Newman
77feb7b76a
Decompose readLink and makeLink helper functions.
...
Part of #7374 .
2016-07-09 16:55:14 -04:00