-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oil 198 ampdemo #197
Oil 198 ampdemo #197
Conversation
# Conflicts: # etc/appConfig.js # src/demos/amp-consent-iframe.html # src/demos/amp-consent.html
Pull Request Test Coverage Report for Build 669
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
etc/appConfig.js
Outdated
@@ -31,7 +31,8 @@ module.exports = { | |||
}, { | |||
filename: 'demos/amp-consent-iframe.html', | |||
template: path.resolve(sourcePath, 'demos', 'amp-consent-iframe.html'), | |||
chunks: [] | |||
chunks: ['oil'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to have the stub here too. I know, it's not really necessary. But with it nobody has to ask why it is missing. And it's only a word more :)
src/demos/amp-consent.html
Outdated
src="https://oil.axelspringer.com/demos/direct-integration.html"> | ||
<amp-iframe class="lightbox-content" layout="fill" | ||
sandbox="allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox" | ||
src="https://oil-integration-host1.herokuapp.com/demos/amp-consent-iframe.html"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, at the moment it's the only possible way. But we should it change to oil.axelspringer.com as soon as it is deployed. Demo page are on production stage - and we don't want any reference to our integration stage on production.
height=250 | ||
type="appnexus" | ||
data-member="7823" | ||
data-code="dieser-ferdinand.de-amp-ressort_story-mrec" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct? A reference to "dieser-ferdinand"?
src/public/index.html
Outdated
@@ -280,7 +282,7 @@ | |||
|
|||
<div class="claim-wrapper"> | |||
<h1 class="logo-claim">This is not the real website of OIL.js</h1> | |||
<h2 class="logo-claim-2"><a href="https://www.oiljs.org">On oiljs.org you will find everything you need.</a></h2> | |||
<h2 class="logo-claim-2">Find everything you need on <a href="https://www.oiljs.org">oiiljs.org!</a></h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oiljs.org! Not oiiljs.org.
No description provided.