Grunt: Set testswarm/browserSets from JSON file.

File on jq03.jquery.com is already updated.
This commit is contained in:
Timo Tijhof 2012-11-17 21:20:09 +01:00 committed by Dave Methvin
parent ca5e06a15c
commit 90f9f4965a

View File

@ -147,7 +147,7 @@ module.exports = function( grunt ) {
runMax: config.runMax,
"runNames[]": tests,
"runUrls[]": testUrls,
"browserSets[]": ["popular"]
"browserSets[]": config.browserSets
});
});