Fixed Makefile for latest browserbuild.

This commit is contained in:
Guillermo Rauch
2012-03-25 10:48:46 -03:00
parent 8b51474798
commit d71d9117ec

View File

@@ -2,19 +2,19 @@
TESTS = $(shell find test/*.js -depth 1 -type f ! -name 'common.js')
REPORTER = dot
all: build build-dev
build:
@./node_modules/.bin/browserbuild \
-g eio \
-f engine.io.js \
-m engine.io-client \
lib/
lib/ > dist/engine.io.js
build-dev:
@./node_modules/.bin/browserbuild \
-g eio \
-f engine.io-dev.js \
-i -m engine.io-client \
lib/
-d -m engine.io-client \
lib/ > dist/engine.io-dev.js
test:
@./node_modules/.bin/mocha \