1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 06:47:54 +02:00

Merge pull request #608 from gruiz17/patch-1

added additional resources to coffeescript file
This commit is contained in:
Levi Bostian
2014-05-20 09:48:41 -05:00

View File

@@ -95,3 +95,8 @@ eat food for food in foods when food isnt 'chocolate'
# }
#}
```
## Additional resources
- [Smooth CoffeeScript](http://autotelicum.github.io/Smooth-CoffeeScript/)
- [CoffeeScript Ristretto](https://leanpub.com/coffeescript-ristretto/read)