Ben Polinsky

Results 11 comments of Ben Polinsky

@mitchellnemitz this "works" but still doesn't report errors on build. Edit: unless I am missing something, which could very well be the case :)

@mitchellnemitz Thanks for explaining the thinking behind the decision. From my perspective, it'd be great to have as part of Parcel's zero-config philosophy since it's pretty crucial to TypeScript. JSLint...

Here's what I cobbled together the other day, seemed to work okay. Just building off the included TS Asset: https://gist.github.com/benpolinsky/a968b18b82ae2805f742e3cc04cf9417 Basically using the examples from the [TypeScript compiler API](https://github.com/Microsoft/TypeScript-wiki/blob/master/Using-the-Compiler-API.md) to...

I'll be honest, I'm pretty stumped on this one. Fiddling with the tests: ```js it('should add the collection property to a file', function(done){ var metalsmith = Metalsmith('test/fixtures/pattern'); metalsmith .use(collections({ articles:...

Ah apologies for the lack of communication. I haven't been working with Pandoc for the last week or so and my github notifications were out of control. I'll double back...

@acezard Not sure if this is still useful to you, but it may be to someone else: > If you have multiple target files like site.scss, print.scss and the like,...

I'll take a look tomorrow as I'm fairly interested in integrating the new version into a project.

So, are people always committing twice? Just trying to understand the recommended workflow. Seems like it would be undesirable to always have two commits for each... commit. "Add Foo to...