-
Notifications
You must be signed in to change notification settings - Fork 506
AMP Playground should automagically import component scripts #1457
Comments
Yes please 😀 |
Hi @sebastianbenz , Thanks for your advice on start points. I had a go at building and it seems pretty straightforward (even for me!) to hook into the necessary events for a new module. Works nicely. I've two questions, and would welcome some guidance:
Apologies if these seem obvious questions! |
Thanks a lot for looking into this!
|
* Added AMP component auto-import. * Minor formatting fixes. * Reformatted Go-style if... statements * Format Go code * Go formatting * Go formatting * Changes from review * Changes to ComponentsProvider * Requested changes to ComponentsProvider * Fixed handling of GitHub errors * Comments explaining use of API key * Added README for Datastore configuration
@sebastianbenz can we close this? |
Yes!
Chiara Chiappini <notifications@github.com> schrieb am Mi. 26. Sep. 2018 um
18:45:
… @sebastianbenz <https://github.com/sebastianbenz> can we close this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1457 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXOOPjFtI-ln4DlRk9V68X_GP5XglFIks5ufC2fgaJpZM4V7_Ot>
.
|
Currently it's a bit burdensome to include component scripts manually. Turns out, @garanj has built a Gulp plugin called amphtml-autoscript that does it automagically. Can we incorporate this (or its logic) into the Playground?
The text was updated successfully, but these errors were encountered: