Compare commits

...

2 Commits

Author SHA1 Message Date
Christophe Monniez
3259ebd403 requi 2021-10-22 13:30:47 +02:00
Christophe Monniez
aaeff0f6ce sassc poc 2021-10-22 13:30:47 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ gettext:
$(HTML_BUILD_DIR)/_static/style.css: extensions/odoo_theme/static/style.scss extensions/odoo_theme/static/scss/*.scss
@echo "Compiling stylesheets..."
mkdir -p $(HTML_BUILD_DIR)/_static
pysassc extensions/odoo_theme/static/style.scss $(HTML_BUILD_DIR)/_static/style.css
python3 -m pysassc extensions/odoo_theme/static/style.scss $(HTML_BUILD_DIR)/_static/style.css
@echo "Compilation finished."
#=== Development and debugging rules ===#

View File

@ -1,6 +1,6 @@
docutils~=0.14
libsass==0.18.0
pygments~=2.6.1
pygments-csv-lexer~=0.1
pysass~=0.1.0
sphinx~=3.0
werkzeug==0.14.1