Projet

Général

Profil

0001-build-use-sassc-to-build-35495.patch

Frédéric Péters, 21 août 2019 09:29

Télécharger (1,43 ko)

Voir les différences:

Subject: [PATCH] build: use sassc to build (#35495)

 Makefile       | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Makefile
29 29
%.css: export LC_ALL=C.UTF-8
30 30
.SECONDEXPANSION:
31 31
%.css: %.scss $(wildcard static/includes/*.scss) static/includes/_data_uris.scss static/grandlyon-gnm/_data_uris.scss static/lille/_data_uris.scss static/lomme/_data_uris.scss static/hellemmes/_data_uris.scss static/toodego/_data_uris.scss $$(wildcard $$(@D)/*.scss)
32
	sass $< $@
32
	sassc $< $@
33 33

  
34 34
css: $(shell python get_themes.py) static/portal-agent/css/agent-portal.css
35 35
	rm -rf static/*/.sass-cache/
debian/control
2 2
Section: web
3 3
Priority: optional
4 4
Maintainer: Frédéric Péters <fpeters@entrouvert.com>
5
Build-Depends: debhelper (>= 9.0.0), ruby-sass (>= 3.4.23), inkscape
5
Build-Depends: debhelper (>= 9.0.0), sassc (>= 3.4.2), inkscape
6 6
Standards-Version: 3.9.4
7 7
Homepage: http://git.entrouvert.org/publik-base-theme.git
8 8

  
9
-