Christopher Mardell

Results 12 comments of Christopher Mardell

Thanks for the input @devinrhode2, I think those are good suggestions - and thanks for pointing me to `cson`, I hadn't come across that before. I think if you have...

Great suggestion, I'll aim for that, and maybe even fork broccoli-jshint and apply the same. "Be the change you want to see in the world" -Mahatma Gandhi On 11 December...

Now includes updates to output file paths (and links) for multi-directory sites.

Hi @jashkenas, have you had a chance to have a look at this PR yet?

Does the project need to switch to [semantic versioning](http://semver.org/) so that npm can keep in sync with github (and breaking changes can be implemented or patched with a new version...

In case anyone is interested, [Literature](https://github.com/AndreasPizsa/literature) seems to meet the needs described here. There is also a [gulp plugin](https://github.com/AndreasPizsa/gulp-literature). It seems to be language-agnostic, although from what I can tell...

Thanks @joyrexus. I think this will do the job in most cases but there are potential instances where markdown comments could be indented four spaces or more (e.g. if you...

It's a nice idea, although from what I can tell, emphasis has the advantage of client-side handling and correction for broken links - something that could really only be achieved...

Hi @keithamus, I'll see if I can put something together, probably won't be for a week or so.

This doesn't seem to have been resolved by #80 - I have the same error using `ember-qunit`'s `moduleForModel('address')`. It looks like `this.subject()` is calling `store.createRecord('address')` instead of `store.createFragment('address')`. ``` //...