theme: Update README for build system integration
A script is nice, but we can `make` it nicer ...
This commit is contained in:
parent
8d7db75fc5
commit
62e9978c52
@ -1,8 +1,9 @@
|
|||||||
Summary
|
Summary
|
||||||
-------
|
-------
|
||||||
|
|
||||||
* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (run
|
* Do not edit the CSS directly, edit the source SCSS files and process them with SASS (running
|
||||||
`/.parse-sass.sh` when you have the required software installed, as described below)
|
`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.
|
* 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`
|
On Fedora F20, this is done with `sudo dnf install rubygems && gem install bundle && bundle install`
|
||||||
from the same directory this README resides in.
|
from the same directory this README resides in.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user