UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

14 lines (9 loc) 177 B
BABEL = node_modules/.bin/babel .PHONY: build clean dist build: $(BABEL) src/ --modules common --out-dir dist clean: rm -rf dist dist: clean build make clean make build