dilla
Version:
Schedule looped playback of Web Audio notes at 96 ticks per beat
48 lines (35 loc) • 1.27 kB
Plain Text
MOCHA = ./node_modules/mocha/bin/mocha
_MOCHA = ./node_modules/mocha/bin/_mocha
ISTANBUL = ./node_modules/istanbul/lib/cli.js
CC_REPORTER = ./node_modules/codeclimate-test-reporter/bin/codeclimate.js
CC_REPO_TOKEN = 1363edd385fdd2f477d277017d6f8929adbb6cfc973923017f8e4ce1bf08dd0b
JSHINT = ./node_modules/jshint/bin/jshint
COVERAGE_LIMIT = 75
install:
example:
test:
watch:
coverage:
check-coverage: coverage
report-coverage:
publish: lint test check-coverage report-coverage
lint:
tag:
ghpages:
.PHONY: test coverage