Makefile: do not produce a sourcemap file when calling scss
[SaveMySugar/savemysugar-website.git] / Makefile
index 00421ac..ae00ecd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,4 +10,4 @@ clean:
 
 %.css: %.scss
        [ -d $(DESTDIR) ] || mkdir -p $(DESTDIR)
-       scss --compass --unix-newlines -t expanded $< $(DESTDIR)/$@
+       scss --compass --unix-newlines -t expanded --sourcemap=none $< $(DESTDIR)/$@