mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
- Change glob supplied to gulp.src as suggested in https://github.com/socketio/engine.io-client/pull/455/files#diff-b9e12334e9eafd8341a6107dd98510c9R22 - Remove unused variable REPORTER in makefile
20 lines
273 B
Makefile
20 lines
273 B
Makefile
|
|
build: engine.io.js
|
|
|
|
engine.io.js:
|
|
@./node_modules/.bin/gulp build
|
|
|
|
test:
|
|
@./node_modules/.bin/gulp test
|
|
|
|
test-node:
|
|
@./node_modules/.bin/gulp test-node
|
|
|
|
test-zuul:
|
|
@./node_modules/.bin/gulp test-zuul
|
|
|
|
test-cov:
|
|
@./node_modules/.bin/gulp test-cov
|
|
|
|
.PHONY: test build
|