projects
/
SaveMySugar
/
savemysugar-website.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cee13be
)
Makefile: do not produce a sourcemap file when calling scss
author
Antonio Ospite <ao2@ao2.it>
Sat, 9 Jul 2016 12:41:22 +0000
(14:41 +0200)
committer
Antonio Ospite <ao2@ao2.it>
Sat, 9 Jul 2016 12:41:22 +0000
(14:41 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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)/$@