domenic / html-as-custom-elements

HTML as Custom Elements
https://domenic.github.io/html-as-custom-elements/
Apache License 2.0
260 stars 20 forks source link

Generate classes from .idl files #34

Closed domenic closed 9 years ago

domenic commented 9 years ago

DO NOT MERGE YET. I broke Karma and can't get it to come back to life due to subtle complications involving https://github.com/karma-runner/karma-traceur-preprocessor/pull/4 plus also RequireJS's horribleness as a packaging target. (I have an idea to fix it though...) Also I might want to figure out what to do with scripts/traceur-runner.js per the TODO left in there.

But anyway, this did shape up nicely.

domenic commented 9 years ago

Gave up on Karma and switched to testem and things work so much better guys it's amaaazing

domenic commented 9 years ago

OK I spent a lot of time futzing around with Sauce Labs and can't get it to output anything besides "test 0 / pass 0 / fail 0". Thinking it's time to move on.

Anyway, ready for review if you guys want.

arv commented 9 years ago

LGTM

Where did all the code go =P