aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.16/README
diff options
context:
space:
mode:
authorHorst31802015-07-17 15:15:25 +0200
committerHorst31802015-07-17 15:15:25 +0200
commit284a959345621a016653b03fa5e0b6fcae08cefe (patch)
tree4cd1dca8be316cda4d5fb3084900b047c527926c /common/gnome-shell/3.16/README
parentbade6904b26311e93215046a47fad2fa22bb439e (diff)
downloadsolarc-theme-284a959345621a016653b03fa5e0b6fcae08cefe.tar.gz
solarc-theme-284a959345621a016653b03fa5e0b6fcae08cefe.tar.xz
solarc-theme-284a959345621a016653b03fa5e0b6fcae08cefe.zip
update READMES
Diffstat (limited to 'common/gnome-shell/3.16/README')
-rw-r--r--common/gnome-shell/3.16/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/common/gnome-shell/3.16/README b/common/gnome-shell/3.16/README
new file mode 100644
index 0000000..f040030
--- /dev/null
+++ b/common/gnome-shell/3.16/README
@@ -0,0 +1,19 @@
+This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .css files manually.
+
+How to edit this theme:
+
+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