Closed Bug 1198053 Opened 10 years ago Closed 10 years ago

Add a .slugignore file to reduce Heroku slug size

Categories

(Tree Management :: Treeherder: Infrastructure, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

References

Details

To speed up builds/deploys. https://devcenter.heroku.com/articles/slug-compiler#ignoring-files-with-slugignore """ If your repository contains files not necessary to run your app, you may wish to add these to a .slugignore file in the root of your repository. The format is roughly the same as .gitignore. The .slugignore file causes files to be removed after you push code to Heroku and before the buildpack runs. This lets you prevent large files from being included in the final slug. Unlike .gitignore, .slugignore does not support negated ! patterns. """ Current slug size: 80.7MB
Bug 1198061 reduced the slug size from 80.7MB to 68.5MB, this bug then reduced that to 52.6MB.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.