File tree 4 files changed +4500
-1471
lines changed
4 files changed +4500
-1471
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ NODETESTS ?= test/*.js test/node/*.js
3
3
BROWSERTESTS ?= test/*.js test/client/*.js
4
4
REPORTER = spec
5
5
6
- all : superagent.js
7
-
8
6
test :
9
7
@if [ " x$( BROWSER) " = " x" ]; then make test-node; else make test-browser; fi
10
8
@@ -36,12 +34,6 @@ test-browser-local:
36
34
lib-cov :
37
35
jscoverage lib lib-cov
38
36
39
- superagent.js : lib/node/* .js lib/node/parsers/* .js
40
- @./node_modules/.bin/browserify \
41
- -t [ babelify --presets [ " babel-preset-es2015" --loose true ] ] \
42
- --standalone superagent \
43
- --outfile superagent.js .
44
-
45
37
test-server :
46
38
@node test/server
47
39
@@ -61,6 +53,6 @@ test-docs: docs/head.html docs/tail.html
61
53
> docs/test.html
62
54
63
55
clean :
64
- rm -fr superagent.js components
56
+ rm -fr components
65
57
66
58
.PHONY : test-cov test docs test-docs clean test-browser-local
You can’t perform that action at this time.
0 commit comments