Mac OS 10.7.5 です。 http://protean.cc/osx-web-development-fundamental こちらのページを参考に。
Homebrew を入れるための準備として、
- Xcode を App Store からインストール
- Xcode をインストールしたら、Xcode の環境設定を立ちあげて、Download タブから Command Line Tool をインストール
Mac OS 10.7.5 です。 http://protean.cc/osx-web-development-fundamental こちらのページを参考に。
Homebrew を入れるための準備として、
参照:http://docs.sublimetext.info/en/latest/extensibility/snippets.html
メニューにある、「 Tools 」から「 New Snippet... 」を選択すると、 Snippet のテンプレートが表示される。
<snippet>
<content><![CDATA[
{ | |
"directory": "app/vendor" | |
} |
http://jacobrask.github.com/styledocco/
npm install -fg styledocco
module.exports = function(grunt) { | |
grunt.initConfig({ | |
stylus: { | |
compile: { | |
options: { | |
compress: false | |
}, | |
files: { | |
'./css/style.css': ['./styl/style.styl'] | |
} |
ソースコードはこちら
/bootsrapunch/bower/bootstrap/
ディレクトリで、npm install
を行う/bootsrapunch/bower/bootstrap/less/
ディレクトリ内の.less
ファイルを適宜いじる/bootstrapunch/bower/bootstrap/
ディレクトリでmake bootstrap
を行うそうすると、/bootstrapunch/bower/bootstrap/Makefile
に記載されているルールに則り、/bootstrapunch/bower/bootstrap/less/
にあるファイルが、bootstrapunch/templates/css/
に展開される。