-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coffeescript #19
Comments
I love Jade because of how it takes away a lot of the HTML 'cruft' and I find Jade really easy to follow. I definitely see the analogy to coffeescript. I have looked at coffeescript several times. However for whatever reason I haven't had the same feelings for coffeescript. I "had to" pick one of the HTML templating tools and I happened to choose Jade but I haven't felt I had to use a tool like coffeescript. By keeping this in pure JS I feel it's maybe more accessible to a wider audience. Long way of saying I guess I'm just not that familiar with coffescript. |
Makes sense. I'll work on adding support for it, while keeping the system files in pure JS. We just have to add I'll holler when I have a PR ready. |
Awesome - that would be really helpful. Maybe even encourage me to give it an honest try ;) |
Hey Dan. I have a PR ready for the coffeescript integration. You wanna give me permission to push a branch? I made the appropriate changes, but also converted 2 files to
I set $.coffee to compile to We can chat a bit after you take a look at it, and see it in action. |
As far as I know I don't need to give permission - just open a pull request. That's how I have done it on other repos. Looking forward to checking it out! |
I'm only pushing my coffee branch, too... not master. I can pull fine... just can't seem to push. |
You give up on me? ;) |
Haha, no. I'm used to bitbucket, I guess. You just push a branch up, then submit the PR. I'll figure it out here soon... I've been playing a bit more with ReactJS lately. I'll get this pushed up tomorrow, though =) Cheers! |
React is damn cool - I played with it a bit too. It's just pretty "different" so you really have to commit to it I think rather than just dabble... |
Granted... but you did implement jade, so you can appreciate indented style. Any thoughts about handling coffeescript?
The text was updated successfully, but these errors were encountered: