spsdco / notes

Awesome note taking.
MIT License
561 stars 54 forks source link

Readme: add note about installing coffee globally #127

Closed rstacruz closed 10 years ago

rstacruz commented 10 years ago

cake is not available unless you have coffee-script installed globally. I edited the Readme file to take note of that.

Btw, have you considered having an npm start command instead? You can just edit package.json and add:

  "scripts": {
    "run": "cake -w server"
  },
  "devDependencies": {
    "coffee-script": "^1.7.0"
  }

this will automatically use cake as provided in your _nodemodules/.

megubyte commented 10 years ago

I've merged this code into the main repo. Thanks for helping make Springseed that little bit better :)