broccolijs/broccoli

Choose a different tmp directory location

Closed this issue · 3 comments

Is there any way to specify the tmp directory to be used?

I see Broccoli is currently using the system /tmp, but we recently ran into an issue with a huge prember build that is giving us ENOSPC error when asset write starts to work because our /tmp dir has a limit we're bumping against.

It is possible to force the tmp dir location, but if you are in ember-cli land you can set EMBER_CLI_SYSTEM_TEMP=false ember build to force it to use the local project tmp.

@rwjblue Just what I needed, thanks! I wasn't able to find this info anywhere, is there a proper place to look for such flags in Ember docs?

Not that I know of, but please shoot off a PR to where your first gut reaction would say it go....