actionsheet
Version:
actionsheet component for touch device
21 lines (15 loc) • 413 B
Plain Text
build:
//localhost:3000/example/index.html
test:
http://localhost:8080/bundle
webpack:test
test-karma:
/.bin/karma start --single-run
test-coveralls:
TRAVIS_JOB_ID $(TRAVIS_JOB_ID)
/.bin/karma start --single-run && \
cat ./coverage/lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
doc:
-import example -n -p
.PHONY: test
http: