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

Update Browserify to 2.x #8

Closed
ELLIOTTCABLE opened this issue May 20, 2013 · 1 comment
Closed

Update Browserify to 2.x #8

ELLIOTTCABLE opened this issue May 20, 2013 · 1 comment

Comments

@ELLIOTTCABLE
Copy link
Owner

The changes from Browserify 1.x to 2.x are rather substantial; of note, node-tagify is unmaintained,
and no longer supported on 2.x ... I'll have to find another solution. Might be hairy.

@ELLIOTTCABLE
Copy link
Owner Author

There've been some issues with Browserify 2.x not supporting CoffeeScript directly, and Testling not using the Cakefile to execute tasks. @substack's told me to investigate the "html" and "preprocess" sub-fields in my package.json. Apparently, the HTML, when loaded into the browser, needs to output TAP with console.log; I'm sure this can be wrangled somehow with Mocha.

I searched GitHub for projects already using these (undocumented.) features, so I'll be implementing this in my own package.json soon. (Looks like #10 is also relevant here; simple scripts would be easier to integrate into Testling than cake tasks.)

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

No branches or pull requests

1 participant