From 0a062471be5dedf9b88f784419200b46c60c74be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 25 Jun 2020 08:51:44 +0200 Subject: [PATCH] build: use sassc --- Makefile | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 34a344a..a8881b7 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: css css: touch publik-base-theme/static/includes/_data_uris.scss - cd static/grandlyon-cut/ && sass style.scss:style.css + cd static/grandlyon-cut/ && sassc --sourcemap style.scss style.css rm -rf static/*/.sass-cache/ clean: diff --git a/debian/control b/debian/control index 86bdfea..44712ad 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cut-publik-theme Section: web Priority: optional Maintainer: Serghei Mihai -Build-Depends: debhelper (>= 8.0.0), ruby-sass (>= 3.4) +Build-Depends: debhelper (>= 8.0.0), sassc (>= 3.4.2), python3 Standards-Version: 3.9.4 Homepage: http://git.entrouvert.org/cut-publik-theme.git