view client/Makefile.build @ 4524:7cca4aa9a04a

Client: Map: improve rgba() values calculation for styling * set value of 1 in rgba() when the hex value does not contain opacity values(in case opacity=1)
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 07 Oct 2019 13:30:55 +0200
parents 77202406b1a7
children
line wrap: on
line source

#-*-makefile-*-
# Authors: Sascha Wilde <wilde@intevation.de>

.PHONY: all dependencies clean

all:	dependencies
	yarn build

dependencies:
	yarn install --check-files

clean:
	rm -rf ../web