aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14/README
diff options
context:
space:
mode:
authorHorst31802015-07-17 15:15:25 +0200
committerHorst31802015-07-17 15:15:25 +0200
commit284a959345621a016653b03fa5e0b6fcae08cefe (patch)
tree4cd1dca8be316cda4d5fb3084900b047c527926c /common/gtk-3.0/3.14/README
parentbade6904b26311e93215046a47fad2fa22bb439e (diff)
downloadsolarc-theme-284a959345621a016653b03fa5e0b6fcae08cefe.tar.gz
solarc-theme-284a959345621a016653b03fa5e0b6fcae08cefe.tar.xz
solarc-theme-284a959345621a016653b03fa5e0b6fcae08cefe.zip
update READMES
Diffstat (limited to 'common/gtk-3.0/3.14/README')
-rw-r--r--common/gtk-3.0/3.14/README24
1 files changed, 17 insertions, 7 deletions
diff --git a/common/gtk-3.0/3.14/README b/common/gtk-3.0/3.14/README
index befb776..f040030 100644
--- a/common/gtk-3.0/3.14/README
+++ b/common/gtk-3.0/3.14/README
@@ -1,9 +1,19 @@
-* 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 sofwtare installed, as described below)
+This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
-* To be able to use the lates/adequate version of sass, install ruby and get the sass gem via bundle.
- This is done with `gem install bundle && bundle install` from the same directory this README resides in.
+How to edit this theme:
-You can read about SASS at http://sass-lang.com/documentation/. Once you make your changes to any .scss file, you can either run the ./parse-sass.sh script or keep SASS watching for changes as you
-edit. This is done by running `bundle exec sass --watch --sourcemap=none .` If sass is out of date, or is
-missing, you can install it with `bundle install`.
+1. Install `nodejs` and `npm`
+
+2. Install `gulp`
+
+ sudo npm install --global gulp
+
+3. Execute the following from the directory containing `gulpfile.js`
+
+ npm install
+
+4. Edit the sass/*.scss files
+
+5. Regenerate the .css files by executing from the directory containing `gulpfile.js`
+
+ gulp