Projet

Général

Profil

0001-makefile-use-sassc-to-compile-styles-35701.patch

Serghei Mihai, 30 août 2019 13:47

Télécharger (1,23 ko)

Voir les différences:

Subject: [PATCH] makefile: use sassc to compile styles (#35701)

 Makefile       | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Makefile
12 12
.SECONDEXPANSION:
13 13
%.css: %.scss $$(wildcard $$(@D)/*.scss)
14 14
	git submodule foreach git pull origin master;
15
	sass $< $@
15
	sassc $< $@
16 16

  
17 17
publik-base-theme/static/includes/_data_uris.scss: $(wildcard publik-base-theme/static/includes/img/*)
18 18
	cd publik-base-theme; python make_data_uris.py static/includes/
debian/control
2 2
Section: web
3 3
Priority: optional
4 4
Maintainer: Michael Bideau <mbideau@atreal.fr>
5
Build-Depends: debhelper (>= 9), ruby-sass (>= 3.4.23), python-all
5
Build-Depends: debhelper (>= 9), sassc (>= 3.4.2), python-all
6 6
Standards-Version: 3.9.4
7 7
Homepage: http://git.entrouvert.org/atreal-publik-themes.git
8 8

  
9
-