JS (not-compiled) version of boilerplate
cpsubrian opened this issue · 5 comments
I am trying to get up-to-speed on all the movement going on in Chaplin lately (good work guys).
My company has decided to stop writing coffee-script (long story), however, I still think Chaplin offers great value and plan to use it.
I would like to create a .js version of the boilerplate code for those people who want to see how to use Chaplin without coffee-script.
I've forked this repo but I'm not sure of the best place to put the code. There already is a js
folder with the compiled source. Perhaps this belongs in it's own repository, in which case I'm glad to work on my own and then offer it up to be moved to the chaplinjs organization later.
Thoughts?
Yep, this should be in its own repo.
Coffee ⇒ js translated js source sucks, so it requires some improvement to use in real app.
Here is a working translation to give you an idea of what I was talking about. Not sure if/where you guys want it to live. Figure it will reach more eyes if its in the chaplin org, otherwise, I can spin it off into my own project, just not sure how people will find it.
FWIW the translation came out pretty clean IMO. Very close to the coffee version.
yes, it's pretty useful for js projects. Mind adding link to your fork to readme in pull req?