domenic / count-to-6

An intro to some ES6 features via a set of self-guided workshops.
Other
326 stars 76 forks source link

Update to workshopper 2.x/workshopper-exercise 2.x #22

Closed domenic closed 9 years ago

domenic commented 9 years ago

Just updating in package.json causes failures; it seems like the Traceur processor is no longer working.

Here's all the places we create custom plugin-ey things:

Plus the initial setup, which might need a tiny bit of updating: https://github.com/domenic/count-to-6/blob/master/lib/count-to-6.js

Here is a sample exercise:

https://github.com/domenic/count-to-6/blob/master/lib/exercises/tagged_template_strings/exercise.js

Anyone familiar with recent workshoppers want to help out with a pull request?

domenic commented 9 years ago

@rvagg any chance you could give me a quick rundown on what changed in workshopper that might impact me?

domenic commented 9 years ago

Nevermind, the Traceur processor was failing for unrelated reasons. All upgraded, sorry for bothering you @rvagg.

rvagg commented 9 years ago

phew, I was concerned about having to get into the workshopper headspace, which is a bit of an effort at this stage!