Skip to content

Conversation

newmuis
Copy link
Contributor

@newmuis newmuis commented Apr 3, 2018

We will need to use declareExtensionVersionAlias for amp-story in #14357, but amp-story has multiple cssBinaries, which is unsupported by declareExtensionVersionAlias. This PR adds support for this.

FYI @zhouyx, in case you see amp-sticky-ad breakages in the near future.

gulpfile.js Outdated
options.cssBinaries.forEach(cssBinaryName => {
extensionAliasFilePath[cssBinaryName + '-' + version + '.css'] = {
'name': cssBinaryName,
'file': cssBinaryName + '-' + lastestVersion + '.css',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: latestVersion.

@newmuis newmuis merged commit 9b34434 into ampproject:master Apr 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants