Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Derequire output file #2213

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
BROWSERIFY := node_modules/.bin/browserify
DEREQUIRE := node_modules/.bin/derequire
ESLINT := node_modules/.bin/eslint

REPORTER ?= spec
Expand All @@ -15,7 +16,7 @@ mocha.js: $(SRC) $(SUPPORT)
--ignore 'jade' \
--ignore 'path' \
--ignore 'supports-color' \
--exclude './lib-cov/mocha' > $@
--exclude './lib-cov/mocha' | @${DEREQUIRE} > $@

clean:
rm -f mocha.js
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@
"browser-stdout": "^1.2.0",
"browserify": "10.2.4",
"coffee-script": "~1.8.0",
"derequire": "2.0.3",
"eslint": "^1.2.1",
"should": "~8.0.0",
"through2": "~0.6.5"
Expand Down