Tom Chen

Results 33 comments of Tom Chen

Will try to figure out a solution! Thanks @clkao

I want to say thank you as well! This thing is FXXKing AMAZING!!! -- I'm going to donate but don't want to pay via PayPal due to shitty conversion rate....

Agree with @kress95

Hmmm don't you feel weird to ignore certain file in a plugin? I don't think it's a good idea.

Sure. Put them on here or a separate gist would be fine. I do agree that in the ecosystem of gulp, we should keep each transform **do one thing well**....

Sorry accidentally closed this. I'll leave it open for a while for further discussion

Nope. Feel free to make one.

Wow @wooorm ! That's an impressive work! One thine that concerns me is the usage on browser: https://github.com/wooorm/refractor#browser > I do not suggest using the pre-built files or requiring refractor...

Maybe I should provide them two components, one is the original `PrismCode` component. The other one would be `PrismRefactor` component, and the client would have to use it like this:...

Even better: ```js var { PrismRefactor} = require('react-prism'); require('react-prism/register/refractor/lang/jsx'); // Which will call refractor.register(jsx); in that file render({'JSX CODE'}); ```