mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-05 15:10:17 +00:00
1 line
2.0 KiB
JSON
1 line
2.0 KiB
JSON
[{"user_id": 1123, "stars": [], "topic_id": 9166, "date_created": 1298675214.214294, "message": "Especially WRT their respective compilation steps.", "group_id": 160, "id": 211983}, {"user_id": 1123, "stars": [], "topic_id": 9166, "date_created": 1298675184.2509911, "message": "Anyone know of any difficulties combining Sproutcore and Coffeescript?", "group_id": 160, "id": 211981}, {"user_id": 16058, "stars": [], "topic_id": 9166, "date_created": 1298724105.968292, "message": "Just set up your editor to compile CoffeeScript on save. coffee-mode for Emacs can do this. Or, better, fork Abbot (their build tool: https://github.com/sproutcore/abbot) and add CoffeeScript support.", "group_id": 160, "id": 213918}, {"user_id": 22019, "stars": [], "topic_id": 9166, "date_created": 1305922331.2540679, "message": "Working great for me. I wrote up a couple tips for getting started: erikbryn.com/post/5671454066/using-coffeescript-with-sproutcore", "group_id": 160, "id": 1129840}, {"user_id": 4935, "stars": [{"date_created": 1306737795.2893591, "user_id": 16058}], "topic_id": 9166, "date_created": 1306007179.9449739, "message": "CoffeeCore?", "group_id": 160, "id": 1136196}, {"user_id": 9457, "stars": [], "topic_id": 9166, "date_created": 1311837112.5228741, "message": "That blog post \"using coffeescript with sproutcore\" lead to a dead end for me. I believe the sproutcore-coffeescript gem does not work correctly with the newer dev version of SproutCore.", "group_id": 160, "id": 1737288}, {"user_id": 9457, "stars": [], "topic_id": 9166, "date_created": 1311837287.452765, "message": "I found a very easy way to get the CoffeeScript working with SproutCore. First install CoffeeScript then run `coffee -wcb **/*.coffee` in your app directory. That command will watch for changes to *.coffee files and automatically compile them to js when they are modified. The only problem is that it does not recognize new *.coffee files and I have to manually restart the coffee watcher process.", "group_id": 160, "id": 1737296}] |