Projet

Général

Profil

0001-makefile-update-submodule-before-compiling-styles-35.patch

Serghei Mihai, 30 août 2019 13:44

Télécharger (711 octets)

Voir les différences:

Subject: [PATCH] makefile: update submodule before compiling styles (#35685)

 Makefile | 1 +
 1 file changed, 1 insertion(+)
Makefile
11 11
%.css: export LC_ALL=C.UTF-8
12 12
.SECONDEXPANSION:
13 13
%.css: %.scss $$(wildcard $$(@D)/*.scss)
14
	git submodule foreach git pull origin master;
14 15
	sass $< $@
15 16

  
16 17
publik-base-theme/static/includes/_data_uris.scss: $(wildcard publik-base-theme/static/includes/img/*)
17
-