balena-cli/build
Juan Cruz Viotti 15cb0c4889 Use rimraf for deleting os temporary files
We already use `rimraf` for deleting os temporary directories, however
there are a few benefits of using it for files as well:

- Simplicity. We avoid having to check if a path is a file or directory.
- `rimraf` attempts to workaround the known Windows issues of anti
viruses not closing files. Described in more detail here: https://github.com/resin-io/resin-cli/blob/master/TROUBLESHOOTING.md#i-get-ebusy-errors-after-initializing-a-device-even-as-administrator-on-windows
2015-09-30 10:06:08 -04:00
..
actions Use rimraf for deleting os temporary files 2015-09-30 10:06:08 -04:00
utils Prompt for select application if running device init with no arguments 2015-09-29 15:10:59 -04:00
app.js Implement os initialize command 2015-09-29 14:52:34 -04:00
errors.js Highlight errors in red 2015-09-11 14:47:38 +03:00