Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upember-*** packages include the `tmp` dir. #11316
Comments
This was referenced Jun 1, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ChALkeR
Jun 1, 2015
I reported that to three packages already. If you want to fix that per-package, you could file appropriate issues yourself.
ChALkeR
commented
Jun 1, 2015
|
I reported that to three packages already. If you want to fix that per-package, you could file appropriate issues yourself. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ChALkeR
commented
Jun 1, 2015
|
Migrated to ember-cli/ember-cli#4199 after IRC discussion. |
ChALkeR
closed this
Jun 1, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
rwjblue
Jun 1, 2015
Member
This was fixed in ember-cli/ember-cli#3539, and has been included in versions since ember-cli@0.2.1. Once these packages update to > 0.2.1 (unless they opt out of the upgrade) they will properly ignore tmp and `dist.
|
This was fixed in ember-cli/ember-cli#3539, and has been included in versions since ember-cli@0.2.1. Once these packages update to > 0.2.1 (unless they opt out of the upgrade) they will properly ignore |
ChALkeR commentedJun 1, 2015
Disclaimer: I do not use the package, this was found during automated npm packages downloading.
ember-***npm packages commonly includetmp(and.idea) directories.tmpdirectories have sizes from 0 MiB to 621 MiB per package. They include duplicate copies of some scripts, and I suspect that are not actually needed in the distribution. I suspect that these directories grow over time (from release to release).This seems to be a common problem for all
ember-***packages, hence reporting here.List of packages (may be incomplete) with the
tmpdirectory size in bytes:I found
tmpdir in 87 packages and.ideadir in 64 packages. There could be more.