ラベル

Server (108) work (77) Idea (68) Car (31) PC (29) DAW (28) other (19) MakingWEBsite (18) 趣味 (18) health (13) CentOS (11) drupal (11) (9) android (4) スマホ (4) communication (3) drupal7 (3) hint (3) meno (3) モバイル (3) 歯医者 (3) 第二種電気工事士 (3) 英語 (3) PC Server (2) drupal8 (2) ms access (2) uwp C# (2) めし (2) 整備 (2) 音楽 (2) MIDI (1) diy (1) 会計 (1) 動画再生 (1) 生活 (1) 郵便 (1) 食べ物 (1)

2014年1月27日月曜日

Drupalのテーマ、zenを使う時に、sassとcompassのインストールが必要。そのインストール手順メモ。

zenの説明で、
If you are running Drupal 7.x and intend to work with Zen 5.x, then you will need the Sass and Compass tools.
とある。

SASSは、CSSの色コードなどを変数で使えるようにしたり(変数を定義しておけば、間違いづらくて覚えにくい色の扱いなどが楽になる。)、その他いろいろと便利にした物。CSSの発展系。
Sass is a language that is just normal CSS plus some extra features, like variables, nested rules, math, mixins, etc. If your stylesheets are written in Sass, helper applications can convert them to standard CSS so that you can include the CSS in the normal ways with your theme

Compass は SASS を元に開発されたフレームワークで、SASS で記述したファイルをCSSにコンパイルすることができる。
Compass is a helper library for Sass. It includes libraries of shared mixins, a package manager to add additional extension libraries, and an executable that can easily convert Sass files into CSS.

CentOS6.4でのインストール方法

まずRuby
yum install ruby, ruby-devel
(自分は、ruby-develのインストールはしていない。)
yum install rubygems

sassとcompassのインストール
gem -v
gem update --system
gem install sass
gem install compass

0 件のコメント:

コメントを投稿