Bug: testling "files" key not honoured
Closed this issue · 3 comments
jasonkuhrt commented
jasonkuhrt commented
Oh,
Maybe the issue is that in package.json
:
"scripts": ["node_modules/es5-shim/es5-shim.js"],
refers to a file that isn't in the repo, ultimately.
jasonkuhrt commented
Given that is probably the issue, my next question is how does testling
get around the fact that browserify
doesn't support legacy browsers when suers choose to test ie8
etc.
I presume that many ci.testling
users test against e.g. ie7/8
.
ljharb commented
This is an important use case to me, but I'm going to close this for now - if it's still an issue and you can help me repro, I'm happy to reopen and fix.