theme: Update README for build system integration

A script is nice, but we can `make` it nicer ...
This commit is contained in:
Florian Müllner 2015-02-25 22:23:17 +01:00
parent 8d7db75fc5
commit 62e9978c52

View File

@ -1,8 +1,9 @@
Summary
-------
* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (run
`/.parse-sass.sh` when you have the required software installed, as described below)
* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (running
`make` should do that when you have the required software installed, as described below;
run `/.parse-sass.sh` manually if it doesn't)
* To be able to use the lates/adequate version of sass, install ruby, gem, sass & bundle.
On Fedora F20, this is done with `sudo dnf install rubygems && gem install bundle && bundle install`
from the same directory this README resides in.