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
- Host: GitHub
- URL: https://github.com/pandawhisperer/meteor-coffeescript-demo
- Owner: PandaWhisperer
- Created: 2016-04-06T17:17:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-06T17:36:40.000Z (about 9 years ago)
- Last Synced: 2025-01-18T01:40:38.122Z (5 months ago)
- Topics: coffeescript, coffeescript-imports, meteor, meteor-coffeescript-demo, meteorjs
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).