[IMP] web: generic sass/css Makefile

bzr revid: chs@openerp.com-20140213142842-u7r5axxewqjfsd1c
This commit is contained in:
Christophe Simonis 2014-02-13 15:28:42 +01:00
parent 9e6c111409
commit 487dee4851
1 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,5 @@
sass:
sass -t expanded --compass --unix-newlines --watch base.sass:base.css&
all: *.css
%.css: %.sass
sass -t expanded --compass --unix-newlines $< $@
watch:
sass -t expanded --compass --unix-newlines --watch .:.