Skip to content
Snippets Groups Projects
Commit 227a577c authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

Merge pull request #1959 from jrgm/issue-1958

fix issue GH-1958; add '/production/authenticate_with_primary.js' to ite...
parents 1891dc10 d44f3b6a
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,15 @@ suite.addBatch({ ...@@ -23,7 +23,15 @@ suite.addBatch({
var res = resources.resources; var res = resources.resources;
assert.ok(files['/production/dialog.css'].length >= 3); assert.ok(files['/production/dialog.css'].length >= 3);
// Get ride of non-localized asset bundles // Get ride of non-localized asset bundles
['/production/communication_iframe.js', '/production/include.js', '/production/dialog.css', '/production/browserid.css', '/production/ie8_main.css', '/production/ie8_dialog.css', '/production/relay.js', '/production/html5shim.js'].forEach( ['/production/communication_iframe.js',
'/production/include.js',
'/production/dialog.css',
'/production/browserid.css',
'/production/ie8_main.css',
'/production/ie8_dialog.css',
'/production/relay.js',
'/production/html5shim.js',
'/production/authenticate_with_primary.js'].forEach(
function (nonLocaleAsset) { function (nonLocaleAsset) {
delete res[nonLocaleAsset]; delete res[nonLocaleAsset];
delete files[nonLocaleAsset]; delete files[nonLocaleAsset];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment