Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to reduce slug size heroku

#Run these commands in your cmd

heroku plugins:install heroku-repo
heroku repo:gc --app your-app-name
heroku repo:purge_cache --app your-app-name

#this will run an aggressive git clean on your repo
Source by thoughtbot.com #
 
PREVIOUS NEXT
Tagged: #reduce #slug #size #heroku
ADD COMMENT
Topic
Name
5+7 =