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

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

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