差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
linux:centos_sass_compass [2015/08/04 03:15] – [Sass/Commpass のインストール] ともやん | linux:centos_sass_compass [2015/08/04 03:19] (現在) – 削除 ともやん | ||
---|---|---|---|
行 1: | 行 1: | ||
- | ====== Sass/ | ||
- | ===== Ruby のインストール ===== | ||
- | [[linux: | ||
- | |||
- | ===== RubyGems の更新 ===== | ||
- | < | ||
- | $ gem update --system | ||
- | </ | ||
- | < | ||
- | Latest version currently installed. Aborting. | ||
- | </ | ||
- | |||
- | ===== Sass/ | ||
- | RubyGems から Sass/ | ||
- | < | ||
- | $ gem install compass | ||
- | </ | ||
- | < | ||
- | Fetching: ffi-1.9.10.gem (100%) | ||
- | Building native extensions. | ||
- | Successfully installed ffi-1.9.10 | ||
- | Fetching: rb-inotify-0.9.5.gem (100%) | ||
- | Successfully installed rb-inotify-0.9.5 | ||
- | Fetching: rb-fsevent-0.9.5.gem (100%) | ||
- | Successfully installed rb-fsevent-0.9.5 | ||
- | Fetching: chunky_png-1.3.4.gem (100%) | ||
- | Successfully installed chunky_png-1.3.4 | ||
- | Fetching: sass-3.4.16.gem (100%) | ||
- | Successfully installed sass-3.4.16 | ||
- | Fetching: compass-import-once-1.0.5.gem (100%) | ||
- | Successfully installed compass-import-once-1.0.5 | ||
- | Fetching: multi_json-1.11.2.gem (100%) | ||
- | Successfully installed multi_json-1.11.2 | ||
- | Fetching: compass-core-1.0.3.gem (100%) | ||
- | Successfully installed compass-core-1.0.3 | ||
- | Fetching: compass-1.0.3.gem (100%) | ||
- | Compass is charityware. If you love it, please donate on our behalf at http:// | ||
- | Successfully installed compass-1.0.3 | ||
- | Parsing documentation for ffi-1.9.10 | ||
- | Installing ri documentation for ffi-1.9.10 | ||
- | Parsing documentation for rb-inotify-0.9.5 | ||
- | Installing ri documentation for rb-inotify-0.9.5 | ||
- | Parsing documentation for rb-fsevent-0.9.5 | ||
- | Installing ri documentation for rb-fsevent-0.9.5 | ||
- | Parsing documentation for chunky_png-1.3.4 | ||
- | Installing ri documentation for chunky_png-1.3.4 | ||
- | Parsing documentation for sass-3.4.16 | ||
- | Installing ri documentation for sass-3.4.16 | ||
- | Parsing documentation for compass-import-once-1.0.5 | ||
- | Installing ri documentation for compass-import-once-1.0.5 | ||
- | Parsing documentation for multi_json-1.11.2 | ||
- | Installing ri documentation for multi_json-1.11.2 | ||
- | Parsing documentation for compass-core-1.0.3 | ||
- | Installing ri documentation for compass-core-1.0.3 | ||
- | Parsing documentation for compass-1.0.3 | ||
- | Installing ri documentation for compass-1.0.3 | ||
- | Done installing documentation for ffi, rb-inotify, rb-fsevent, chunky_png, sass, compass-import-once, | ||
- | 9 gems installed | ||
- | </ | ||
- | \\ | ||
- | Sass/ | ||
- | < | ||
- | $ sass -v | ||
- | Sass 3.4.16 (Selective Steve) | ||
- | $ compass -v | ||
- | Compass 1.0.3 (Polaris) | ||
- | Copyright (c) 2008-2015 Chris Eppstein | ||
- | Released under the MIT License. | ||
- | Compass is charityware. | ||
- | Please make a tax deductable donation for a worthy cause: http:// |