Makefile: do not produce a sourcemap file when calling scss
authorAntonio Ospite <ao2@ao2.it>
Sat, 9 Jul 2016 12:41:22 +0000 (14:41 +0200)
committerAntonio Ospite <ao2@ao2.it>
Sat, 9 Jul 2016 12:41:22 +0000 (14:41 +0200)
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)/$@