hopp
hopp copied to clipboard
Crazy rapid build system.
## Description Concat is in the middle of some important design decisions. Some unit tests to define the target we're trying to accomplish would be nice.
## Relevant issues & PRs See #48. ## Checklist - [x] This affects the tests of the project. - [x] I have updated the tests as needed.
## Relevant issues & PRs See #59. ## Checklist - [x] This affects the tests of the project. - [x] I have updated the tests as needed.
## Description Context objects provided to plugins are supposed to stay the same throughout a plugin's execution in a single task. However, due to the bug fix for allowing different...
## Description The concat plugin just concats files in their binary form. It's very simple but should be extended a bit. Nice things to add: - Prefix & suffix for...
## Description There is an `example/` folder in `packages/hopp/` that is being used for testing purposes which makes the usage look confusing. There should be a complete example added either...