aboutsummaryrefslogtreecommitdiff
path: root/common/cinnamon/README
diff options
context:
space:
mode:
authorHorst31802015-08-13 21:21:06 +0200
committerHorst31802015-08-13 21:21:06 +0200
commite4c806b3d768fc3c1e048f5354c518d2abdbe876 (patch)
tree8709ac49868d392e7ea304f481c99173678219b9 /common/cinnamon/README
parentcbbd23ec075997c5b2ffb634ee03724759fbe58e (diff)
downloadsolarc-theme-e4c806b3d768fc3c1e048f5354c518d2abdbe876.tar.gz
solarc-theme-e4c806b3d768fc3c1e048f5354c518d2abdbe876.tar.xz
solarc-theme-e4c806b3d768fc3c1e048f5354c518d2abdbe876.zip
add cinnamon theme
Diffstat (limited to 'common/cinnamon/README')
-rw-r--r--common/cinnamon/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/common/cinnamon/README b/common/cinnamon/README
new file mode 100644
index 0000000..f040030
--- /dev/null
+++ b/common/cinnamon/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