From 1013ca1d773d9fe8f009bb306b7a41cdc102c6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 30 Oct 2018 14:34:57 -0500 Subject: [PATCH] updated README.md --- core/static/core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/static/core/README.md b/core/static/core/README.md index 5321674..49335ff 100644 --- a/core/static/core/README.md +++ b/core/static/core/README.md @@ -17,5 +17,5 @@ 3. Show CSS to SASS live ``` - sass --watch -t compressed sass/estilos.sass:css/estilos.min.css + sass --watch -t compressed --sourcemap=none sass/estilos.sass:css/estilos.min.css ```