FormidableLabs / spectacle-boilerplate

[DEPRECATED] Boilerplate project for getting started with Spectacle Core
579 stars 192 forks source link

Migrated boilerplate to Babel 6, added Markdown->HTML loader for note files #9

Closed danecando closed 8 years ago

danecando commented 8 years ago

I hated babel 6 at first because it broke everything and seemed like a huge pain but I do like the react-hmre preset now ! :+1:

PS: thanks for the awesome lib!

knowbody commented 8 years ago

LGTM, awesome! thanks for the PR!

sorry for the single quotes, that's me, still haven't persuaded Formidable that single quotes it's the only correct way :stuck_out_tongue_winking_eye:

danecando commented 8 years ago

@knowbody thanks! I typically use single quotes in my JS but I've been a bit conflicted recently because double seems to be the norm across most other languages. I do think that single is much more common in JS code though...

kenwheeler commented 8 years ago

Thanks @danecando !