view client/Makefile.build @ 2724:5bc657f60fd3

client: table body component: removed animation since it causes weird visual behavior when filtering or changing pages
author Markus Kottlaender <markus@intevation.de>
date Tue, 19 Mar 2019 12:52:22 +0100
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