Sublime Text 3 を Windows7 にインストール。Ruby、Sass、Scss、Compass など
2015/11/14
Contents
下記のページがGood
開発効率向上!Sublime Text3+SCSS+CompassでWindows上に快適CSS編集環境を作る方法
http://nelog.jp/sublime-text-3-scss-compass
Rubyをインストール後、続けてDevKitもインストールしておくといいかも
DevKitのインストール
http://www.rubylife.jp/railsinstall/rails/index4.html
下記エラーが出た場合、上記DevKitをインストールしてください。
Please update your PATH to include build tools or download the DevKit
from ‘http://rubyinstaller.org/downloads’ and follow the instructions
at ‘http://github.com/oneclick/rubyinstaller/wiki/Development-Kit’
An error occured while installing json (1.6.5), and Bundler cannot continue.
Make sure that `gem install json -v ‘1.6.5’` succeeds before bundling.
Compassの自動ビルドが動かない
Sublime TextでCompassを快適に使う(Windows) – ビルドコマンドの修正
http://milkyshade.com/memo/569/#i-2
build.cmd (OSX は build.sh)へのパス
ユーザー>ユーザー名>AppData>Roaming>Sublime Text 3>Packages>Compass>build.cmd
compass build ‘%fileDir%’ –boring
ではなく
compass compile ‘%fileDir%’ –boring
になってますが、躊躇なく
compass watch ‘%fileDir%’ –boring
に変更。
OS X El Capitan で Sass、Compass などがインストールできない
【Mac】OS X 10.11 El CapitanでSassなどが動かなくなった場合の対処方法
http://blog.h-wd.info/2015/10/10/installing-sass-on-os-x-10-11-el-capitan/
アディオス!