• Jeremy Morrell's avatar
    Rework output when caching directories (#559) · a8372ab8
    Jeremy Morrell authored
    * Rework output when caching directories
    
    This splits the logic when the buildpack saves and restores the cache
    into two separate branches:
    
    - when the user hasn't specified specific directories to cache (most everyone)
    - when the user has given a list of specific directories to cache (power users)
    
    This gives us more control over the default messaging, which has
    included messaging for bower_components forever, even though most users
    will never use bower, nor should we encourage them to.
    
    These changes silence and minimize the messaging for the default case
    a8372ab8
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
ci-profile Loading commit data...
etc Loading commit data...
lib Loading commit data...
plugin Loading commit data...
profile Loading commit data...
spec Loading commit data...
test Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
Gemfile Loading commit data...
Gemfile.lock Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
buildpack.toml Loading commit data...
hatchet.json Loading commit data...
makefile Loading commit data...