Skip to content

dblock/grape_demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testting out Grape, Backbone, and CoffeeScript together

So I've already written an extensive BackboneJS application, but that was ~1.5 years ago and I've just forgotten it all by now. I also didn't use CoffeeScript back then, so this is an opportunity for me to put together an example using the pair.

Finally, I want to pursue using Grape for APIs so that's going in here as well.

Development

Install coffee-script:

npm install -g coffee-script

That obv. assumes you already have node installed.

Next, tell it to watch the coffee files in coffee/lib and compile them in public/javascript:

coffee -o public/javascript -cw coffee/lib

About

Just playing with grape

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • CoffeeScript 7.6%
  • Ruby 4.2%