From 67d92eb6e415868d1c25e185166ffc0cfc77f310 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 7 Apr 2018 12:35:34 -0500 Subject: renamed hacking.md --- hacking.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 hacking.md (limited to 'hacking.md') diff --git a/hacking.md b/hacking.md new file mode 100644 index 0000000..6c432f1 --- /dev/null +++ b/hacking.md @@ -0,0 +1,29 @@ +## Hacking + +## SASS to CSS and compress CSS + +1. Requeriments: + + ``` + gem install sass + ``` + + ``` + pip install cssmin + ``` + +2. Generate CSS from SASS: + + ``` + cd Lidra-theme/css/ + ``` + + ``` + sass -t compressed estilos.sass:estilos.min.css + ``` + +3. Compress CSS of boostrap: + + ``` + cssmin --wrap 1000 < bootstrap.css > bootstrap.min.css + ``` -- cgit v1.2.3