Closed Azeirah closed 9 years ago
Thanks, and I'm sorry this is such a mess. It all needs a cleanup/re-org.
It's no problem, this editor concept is insanely great, I wanted to play around with it for a little bit.
By the way, what is this cdglabs thing anyway? I see many interesting project on this Github repo, but the cdglabs site is empty...
I've just pushed a couple of commits that change the way the expanders library is linked. Instead of having node_modules checked in to Git, I'm instead including a pre-built bundle in the third_party directory. So the next time you pull, you might need to run npm install
again. Let me know if you run into any problems!
And about CDG: it's short for "Communications Design Group". We are a collaborative research lab funded by SAP Labs and Viewpoints Research Institute. Hopefully we'll have a bit more info on our web site soon.
Ah awesome, I was already familiar with the vpri and Alan Kay's work. It's awesome to see that SAP is funding random artistic projects like this.
Is this Communications Design Group located in Europe, if I may ask? I would be interested in pursuing an internship there, if that's even possible. Really interesting work is being done by the whole vpri network.
After the last patch, npm reported that expanders' symbol dependency wasn't met, because it was still at
^0.1.0
, upgrading that to 2.0.1 also.