seckie's programming memo

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

2014-04-01から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 …

About installation of Sass 3.3

Current version of my environment. Sass 3.2.10 (Media Mark) Compass 0.12.2 (Alnilam) I know Compass doesn't work on Sass 3.3. But... http://stackoverflow.com/questions/22427567/is-sass-3-3-3-compatible-with-compass Maybe it works with '--p…