From 5d630668f569b3ed617d9dbf96cb52e2994274b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 Sep 2019 08:27:05 +0200 Subject: [PATCH] build: switch to sassc --- Makefile | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 189604b..58bc85c 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ themes.json: $(wildcard static/*/config.json) %.css: export LC_ALL=C.UTF-8 .SECONDEXPANSION: %.css: %.scss $$(wildcard $$(@D)/*.scss) - sass $< $@ + sassc $< $@ publik-base-theme/static/includes/_data_uris.scss: $(wildcard publik-base-theme/static/includes/img/*) cd publik-base-theme; python make_data_uris.py static/includes/ diff --git a/debian/control b/debian/control index 3ac141f..9a5843a 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rouen-publik-theme Section: web Priority: optional Maintainer: Emmanuel Cazenave -Build-Depends: debhelper (>= 8.0.0), ruby-sass (>= 3.4.23), inkscape, python3, publik-base-theme +Build-Depends: debhelper (>= 8.0.0), sassc (>= 3.4.2), inkscape, python3, publik-base-theme Standards-Version: 3.9.4 Homepage: http://git.entrouvert.org/rouen-publik-theme.git