diff options
author | Jesús <heckyel@hyperbola.info> | 2018-04-08 14:55:35 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-04-08 14:55:35 -0500 |
commit | 1eb0c3fad591dbb7632cb218f15d0980ce139eff (patch) | |
tree | dff302fb80378a9d6253b64f8a8929c301176a6b | |
parent | 6491b695510f463f12269c20f328b9afb4bcd593 (diff) | |
download | lidra-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |