amp-prototyper
amp-prototyper copied to clipboard
Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 3.3.0 to 3.3.2. Changelog Sourced from ecstatic's changelog. 2019/05/03 Version 3.3.2 Backport redirects bugfix 2019/02/10 Version 3.3.1 Publish via linux to hopefully fix #238 2018/09/01 Version 3.3.0...
Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.6 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
When a page is already converted to AMP, e.s. with AMP-related tags after rendering, the AMP validation will throw many errors. AMP error examples: line 2, col 0: The attribute...
For partners who have existing paired-AMP pages, it will be a great feature to compare AMP vs. canonical using pixelmatch: https://github.com/mapbox/pixelmatch
With how shadow dom elements are in a separate scope that requires knowing the parent element has a shadowRoot there is a gap in covering this use case with the...
Name output files using domain name + "amp_prototype" similar to that of the amp cache url pattern. For example, the main html will be named "subdomain_example_com__subdomain_amp_prototyp".
Add logic to catch missing "https/http" and other corner cases. Perform best-effort attempt.
The code breaks when passing a URL without http(s). E.g. ./amp-prototyper www.dickies.com/ This returns ` jonchen@jonchen02:~/workspace/amp-prototyper$ ./amp-prototyper www.dickies.com TypeError: Cannot read property '0' of null at amplifyFunc (/usr/local/google/home/jonchen/workspace/amp-prototyper/src/core.js:349:61) at amplify...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...