Cameron

Results 69 comments of Cameron

Potential middleware: ``` if (options.test) { m.destination('tmp'); } // Test Fixtures - strip script tags // -------------------------------------------------------------------------- if (options.test) { m.use((files) => { for (let f in files) { if...

Hey @nathanbowser, thanks for spotting that. Yes, I'll be addressing these things as you mention. 1. The goal with the .metalpress file was to remove the need for any code...

Thanks for the response @HenrikJoreteg. To be honest, I have to agree with you here. I don't have that much time either, and although I think this would be extremely...

Revisiting this issue. I think this would be great to try to figure out. The main question I have, is how html files get created with webpack? The tricky part...

Any progress on this. Would be cool to parse markdown and maybe other parsers could be plugged in. For example a "Mention" parser as well.

Okay, what about the components themselves. Will the flux implementation be redux?

That would be amazing. @JedWatson what are you thinking in terms of GraphQL?