aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-04-08 14:55:35 -0500
committerJesús <heckyel@hyperbola.info>2018-04-08 14:55:35 -0500
commit1eb0c3fad591dbb7632cb218f15d0980ce139eff (patch)
treedff302fb80378a9d6253b64f8a8929c301176a6b
parent6491b695510f463f12269c20f328b9afb4bcd593 (diff)
downloadlidra-theme-1eb0c3fad591dbb7632cb218f15d0980ce139eff.tar.lz
lidra-theme-1eb0c3fad591dbb7632cb218f15d0980ce139eff.tar.xz
lidra-theme-1eb0c3fad591dbb7632cb218f15d0980ce139eff.zip
add command to not show the sourcemap when compiling sass
-rw-r--r--hacking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking.md b/hacking.md
index 6c432f1..ffb0fb3 100644
--- a/hacking.md
+++ b/hacking.md
@@ -19,7 +19,7 @@
```
```
- sass -t compressed estilos.sass:estilos.min.css
+ sass -t compressed --sourcemap=none estilos.sass:estilos.min.css
```
3. Compress CSS of boostrap: