All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ycssmin.Makefile Maven / Gradle / Ivy

all:
	npm -g i .

lint:
	npm run-script pretest

test:
	npm test

coverage: test
	rm -rRf ../ycssmin-pages/*
	cp -R ./coverage/lcov-report/* ../ycssmin-pages/

.PHONY: lint coverage test




© 2015 - 2024 Weber Informatics LLC | Privacy Policy