X-Git-Url: https://git.ao2.it/SaveMySugar/savemysugar-website.git/blobdiff_plain/0f8a58d4cabfa9bdc48c8b639418582de5f5ebd9..HEAD:/Makefile diff --git a/Makefile b/Makefile index 00421ac..ae00ecd 100644 --- 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)/$@