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

broccoli-concat #40

Closed
zaius opened this issue Feb 25, 2014 · 3 comments
Closed

broccoli-concat #40

zaius opened this issue Feb 25, 2014 · 3 comments

Comments

@zaius
Copy link

zaius commented Feb 25, 2014

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.

@joliss
Copy link
Member

joliss commented Feb 25, 2014

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.

@zaius
Copy link
Author

zaius commented Feb 25, 2014

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.

@zaius zaius closed this as completed Feb 25, 2014
@joliss
Copy link
Member

joliss commented Feb 25, 2014

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.

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

No branches or pull requests

2 participants