-
Notifications
You must be signed in to change notification settings - Fork 217
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
broccoli-concat #40
Comments
Oh that's cool! There's no such thing as an "official" plugin. Anybody can write them. :) Looking at npm, it seems you're duplicating work with Richard. Maybe check the source on https://github.com/rlivsey/broccoli-concat to see if his plugin is good for you, or whether you want to merge stuff with him. |
Ah nice, thanks for the pointer. I'll take a look. Maybe linking to the NPM search from the github readme is a good way to avoid duplication. I guess I need to learn how to register packages on npm too.. I also have written a broccoli-select which takes a function to select/reject items in a tree. It has me thinking about ways to take some existing enumerable concepts and add a lot of power to broccoli. And I've gotten an ugly version of broccoli-sass version working. I need sleep but will push it tomorrow. |
I'm working on broccoli-sass FYI. |
I couldn't really see a way to concat files without using the ES6 transpiler plugin, so I wrote broccoli-concat - https://github.com/zaius/broccoli-concat - is this something that you would want as an official plugin?
I tried to keep consistent with your style on the ES6 transpiler, but let me know if there is anything I should change.
The text was updated successfully, but these errors were encountered: