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

Explain how it differs from browserify #103

Open
rauschma opened this issue Mar 19, 2014 · 5 comments
Open

Explain how it differs from browserify #103

rauschma opened this issue Mar 19, 2014 · 5 comments

Comments

@rauschma
Copy link

rauschma commented Mar 19, 2014

Given browserify’s popularity, it probably makes sense to describe in the readme how CommonJS Everywhere is different from it.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/2268391-explain-how-it-differs-from-browserify?utm_campaign=plugin&utm_content=tracker%2F297897&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F297897&utm_medium=issues&utm_source=github).
@briandipalma
Copy link

And WebPack, I guess the difference is that it doesn't bundle files like html templates?

@vendethiel
Copy link
Contributor

I bundle my jade/stylus file in.

@briandipalma
Copy link

Hey @Nami-Doc

I bundle my jade/stylus file in.

So there's a plugin for file (CSS/JSON/HTML) bundling that commonjs-everywhere can use?
From my quick read of the front page README I didn't see one so I guessed that it didn't support such functionality.

@vendethiel
Copy link
Contributor

Not using any "plugins". It's pretty dumb to republish a whole set of plugins for every bundler that comes around (definitely one of the failures of the node community) ...
The code for nephrite (my jade preprocessor)/stylus can be, for example, found here.

@briandipalma
Copy link

Right so it's done via handlers then. OK I see now, thank you.

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

3 participants