https://github.com/makevoid/meteor-todo-coffee-sass
meteor todo example with coffeescript and sass
https://github.com/makevoid/meteor-todo-coffee-sass
Last synced: 12 months ago
JSON representation
meteor todo example with coffeescript and sass
- Host: GitHub
- URL: https://github.com/makevoid/meteor-todo-coffee-sass
- Owner: makevoid
- Created: 2012-06-16T13:25:23.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-16T19:17:50.000Z (about 14 years ago)
- Last Synced: 2025-06-27T23:02:08.530Z (12 months ago)
- Language: CoffeeScript
- Homepage: mkvtest.meteor.com
- Size: 96.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### Meteor todo example with coffeescript and sass
Install meteor:
curl install.meteor.com | /bin/sh
Download/clone this repo and run:
meteor
### develop:
sass npm package seem to not integrate well with meteor yet
see this issue:
meanwhile I solved the sass problem with sass ruby gem
gem i sass
to install it, then run the watcher with:
./watch_sass
### changes:
- converted js to coffee and css to sass
- added ruby sass watch script