Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for multiple input dirs and input archives #24

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

marcellus-trixus
Copy link

Hi,
I am not sure if you want this change in your project, but I needed this for my use case and thought you might find it useful. It allows user to specify multiple input directories.

In my case it comes really handy as I warp my package very often and in parallel. I have a huge set of static assets and only a one or two files that are actually changing with each package. With this feature I am able to store static assets in a separate directory and just make a temp directory with a couple of (dynamic) files for each package I make. This saves me copying 100+MB each time I make a package.

@marcellus-trixus
Copy link
Author

Hi,
I have added another possibly interesting feature - app argument to add already packed tgzs into the package. This saves makes the packaging process a lot faster (in my case went from 12 seconds to 0.5 second).

@marcellus-trixus marcellus-trixus changed the title Added support for multiple input dirs Added support for multiple input dirs and input archives Jan 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant