jostw / es6-katas

ES6 kata practices from http://es6katas.org/
MIT License
14 stars 16 forks source link

Deploy latest version #2

Open mdix opened 8 years ago

mdix commented 8 years ago

Hi,

I'm curious if the latest version is deployed because when looking at the source files they sometimes differ from what you get when you select a kata at http://es6katas.org.

Example 09-object-literals-basics.js#L36 shows a different test description than the one we get when loading 09-object-literals-basics from http://es6katas.org (deep link: http://tddbin.com/#?kata=es6/language/object-literal/basics).

Thanks & best Marc

jostw commented 8 years ago

Hi Marc,

I haven't update this repo for a while, looks like they are having some updates since my last commit. I'll try to find some time to work on this if possible :/

Also welcome to give some PR for deploying the latest version if you think it is worth to do so!

Thanks for your reminding and interest :)