Skip to content

Commit 70df462

Browse files
committed
docs: fixed docs (closes #1451)
1 parent 1618f8d commit 70df462

File tree

4 files changed

+4500
-1471
lines changed

4 files changed

+4500
-1471
lines changed

Makefile

+1-9
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ NODETESTS ?= test/*.js test/node/*.js
33
BROWSERTESTS ?= test/*.js test/client/*.js
44
REPORTER = spec
55

6-
all: superagent.js
7-
86
test:
97
@if [ "x$(BROWSER)" = "x" ]; then make test-node; else make test-browser; fi
108

@@ -36,12 +34,6 @@ test-browser-local:
3634
lib-cov:
3735
jscoverage lib lib-cov
3836

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-
4537
test-server:
4638
@node test/server
4739

@@ -61,6 +53,6 @@ test-docs: docs/head.html docs/tail.html
6153
> docs/test.html
6254

6355
clean:
64-
rm -fr superagent.js components
56+
rm -fr components
6557

6658
.PHONY: test-cov test docs test-docs clean test-browser-local

0 commit comments

Comments
 (0)