topahl / multideviceDatabase

0 stars 1 forks source link

Upgrade to coffeescript #3

Open topahl opened 8 years ago

topahl commented 8 years ago

As the current codebase is not easy to maintain, I am currently working on reimplementing eyerything in coffeescript.

Coffeescript has the benefit of better readable code and a working class concept.

In this attempt the travis.yml file must be updated to support the compiling of coffeescript code before performing any tests. @nimarin Can you look into this?

nimarin commented 8 years ago

It's actually more about a change in the Gruntfile. As I see it there must be a simple compiling task for the coffee sources using grunt-contrib-coffee. I will add this to my pull request #2 after your update to coffeescript.