diff options
author | Horst3180 | 2015-08-16 19:47:05 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-16 19:47:05 +0200 |
commit | 1cedd2253e493237c5d82e7bb4bd5b91674dfa9a (patch) | |
tree | 139e4c1cb95f831b1890036a678e424bd7656271 /common/gnome-shell/3.14/README | |
parent | 729aff15a92a89a0318133a801fd1634a04bcd7f (diff) | |
parent | 8caf355a45d60020ee7336594b336c2861d2f932 (diff) | |
download | solarc-theme-1cedd2253e493237c5d82e7bb4bd5b91674dfa9a.tar.gz solarc-theme-1cedd2253e493237c5d82e7bb4bd5b91674dfa9a.tar.xz solarc-theme-1cedd2253e493237c5d82e7bb4bd5b91674dfa9a.zip |
Merge branch 'testing'
Diffstat (limited to 'common/gnome-shell/3.14/README')
-rw-r--r-- | common/gnome-shell/3.14/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/common/gnome-shell/3.14/README b/common/gnome-shell/3.14/README new file mode 100644 index 0000000..f040030 --- /dev/null +++ b/common/gnome-shell/3.14/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 |