Skip to content

ensemble-education-inc/heroku-filefilter-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Heroku Buildpack: File Filter

This buildpack has a purpose of filtering out all the files of a given extension from the build repo. Its intention was to be used for a monorepo which has a lot of images, so the png files will be removed and not deployed to the Heroku backend.

Usage

To use this buildpack, add it to your build process and define a config var called FILTER_EXTENSION. The value here is a single extension or a comma-separated list of extensions to be deleted.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages