seckie's programming memo

プログラミングするにあたって調べたことなどのメモ。たまにひどい英語で書く。

2014-04-10から1日間の記事一覧

CoffeeScript 導入

インストール $ sudo npm install -g coffee-script Grunt で使えるようにする https://github.com/gruntjs/grunt-contrib-coffee https://github.com/vojtajina/grunt-coffeelint npm intall grunt-contrib-coffee --save-dev npm intall grunt-coffeelint …