aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/README.md29
-rw-r--r--templates/sass/frond.sass (renamed from templates/css/frond.sass)0
-rw-r--r--templates/sass/salida.sass (renamed from templates/css/salida.sass)0
3 files changed, 29 insertions, 0 deletions
diff --git a/templates/README.md b/templates/README.md
new file mode 100644
index 0000000..4e7bc6a
--- /dev/null
+++ b/templates/README.md
@@ -0,0 +1,29 @@
+## Hacking
+
+## SASS to CSS
+
+1. Requeriments:
+
+ ```
+ gem install sass
+ ```
+
+2. Generate CSS from SASS:
+
+ ```
+ sass -t compressed --sourcemap=none sass/frond.sass:css/frond.min.css
+ ```
+
+ ```
+ sass -t compressed --sourcemap=none sass/salida.sass:css/salida.min.css
+ ```
+
+3. Show CSS to SASS live
+
+ ```
+ sass --watch -t compressed sass/frond.sass:css/frond.min.css
+ ```
+
+ ```
+ sass --watch -t compressed sass/salida.sass:css/salida.min.css
+ ```
diff --git a/templates/css/frond.sass b/templates/sass/frond.sass
index 36a54f4..36a54f4 100644
--- a/templates/css/frond.sass
+++ b/templates/sass/frond.sass
diff --git a/templates/css/salida.sass b/templates/sass/salida.sass
index 01ff820..01ff820 100644
--- a/templates/css/salida.sass
+++ b/templates/sass/salida.sass