UNPKG

ldx-widgets

Version:

widgets

13 lines (9 loc) 155 B
GULP = ./node_modules/.bin/gulp npm-clean: rm -r node_modules; \ npm install; \ npm start; \ test: npm install; \ $(GULP) testonce; \ .PHONY: test