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

build mocha.js using browserify #1260

Closed
wants to merge 1 commit into from
Closed

build mocha.js using browserify #1260

wants to merge 1 commit into from

Conversation

jonathanong
Copy link
Contributor

first attempt to building mocha.js with browserify instead of all the custom stuff.

  • i'm not sure what support/tail does, but i haven't incldued it in the build. still need to do that.
  • the previous mocha require() didn't include mocha's dependencies, but browserify does, making the build too big. not sure how to disable them all without wanting to kill myself. i'm thinking just to create a separate browser entry point that doesn't require all the reporters

help would be appreciated because i'm no browserify expert

@rstacruz
Copy link
Contributor

this project might be worth looking at: https://github.com/rstacruz/jsfuse

...it's ilke browserify, but lacks support for node_modules and such.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants