UNPKG

191 BPlain TextView Raw
1
2build: index.js components
3 @component build --dev
4
5components:
6 @component install --dev
7
8clean:
9 rm -fr build components
10
11test:
12 @mocha-phantomjs test/index.html
13
14.PHONY: build clean test