Skip to content

Commit

Permalink
Build more extensions while gulp --extensions=inabox (#24126)
Browse files Browse the repository at this point in the history
  • Loading branch information
lannka committed Aug 22, 2019
1 parent 5929c05 commit 1cbaae6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build-system/tasks/extension-helpers.js
Expand Up @@ -73,6 +73,12 @@ const INABOX_EXTENSION_SET = [
'amp-position-observer',
'amp-social-share',
'amp-video',

// the following extensions are not supported in AMPHTML ads spec
// but commonly used in AMPHTML ads related debugging.
'amp-ad',
'amp-ad-network-fake-impl',
'amp-auto-lightbox', // auto installed by amp.js
];

/**
Expand Down

0 comments on commit 1cbaae6

Please sign in to comment.