odoo/addons/website/static/src/css/Makefile

5 lines
240 B
Makefile

sass:
sass -t expanded --compass --unix-newlines --watch website.sass:website.css&
sass -t expanded --compass --unix-newlines --watch editor.sass:editor.css&
sass -t expanded --compass --unix-newlines --watch snippets.sass:snippets.css&