generate iconFont

8 lines
100 B

test:
@./node_modules/.bin/mocha \
--require should \
--reporter spec \
--bail
.PHONY: test