提交 e6167596 编写于 作者: D David Graham

Add makefile.

上级 953424e7
build: node_modules/ bower_components/
test: node_modules/ build lint
node ./node_modules/.bin/node-qunit-phantomjs ./test/test.html
lint: node_modules/
./node_modules/.bin/jshint *.js test/*.js
bower_components/: node_modules/
./node_modules/.bin/bower install
node_modules/:
npm install
clean:
rm -rf ./bower_components ./node_modules
.PHONY: build clean lint test
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册