Hacker News new | ask | show | jobs
by benatkin 5082 days ago
It's bad news, running CoffeeScript without compiling it to JavaScript first. If your code throws an exception it won't print line numbers. Don't take my word for it: https://github.com/isaacs/coffee-cleanse

I also take issue with the name. Node is extremely popular among front-end devs and others have pointed out the popular skeleton CSS base library.

Finally sprockets is obsolete for JavaScript, with CommonJS/AMD and tools like browserify and RequireJS. It's also obsolete for stylesheets if you're using Less or Sass.