You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.)
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.
The text was updated successfully, but these errors were encountered: