An open API service indexing awesome lists of open source software.

https://github.com/pandawhisperer/meteor-coffeescript-demo

Quick demo of how to use CoffeeScript imports in Meteor 1.3
https://github.com/pandawhisperer/meteor-coffeescript-demo

coffeescript coffeescript-imports meteor meteor-coffeescript-demo meteorjs

Last synced: 3 months ago
JSON representation

Quick demo of how to use CoffeeScript imports in Meteor 1.3

Awesome Lists containing this project

README

        

# meteor-coffeescript-demo

Quick demo of how to use CoffeeScript imports in Meteor 1.3

See [`client/main.js`](client/main.js#L3-4) and CoffeeScript classes under [`imports/`](imports).

This relates to [this question](https://forums.meteor.com/t/how-to-import-coffeescript-classes-into-meteor-1-3-app/20810) on the [official Meteor Forum](https://forums.meteor.com/).