Last active
August 20, 2017 22:45
-
-
Save mattiaerre/e7de3295d9a16b8b69963997e09276d2 to your computer and use it in GitHub Desktop.
Revisions
-
mattiaerre revised this gist
Aug 20, 2017 . No changes.There are no files selected for viewing
-
mattiaerre revised this gist
Feb 28, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,4 +13,5 @@ } )(window.oc, window.jQuery); // To allow mixed content in Google Chrome: // https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=mixed%20content%20chrome -
mattiaerre revised this gist
Feb 28, 2017 . 1 changed file with 4 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ ((oc, $) => { // see: https://github.com/opentable/oc/wiki/Browser-client#ocbuild-options const html = oc.build({ baseUrl: 'http://localhost:3030', name: 'pi-baltimore-special-offers-promo-banners', version: '1.X.X', parameters: { banner: 'purple-pasta' } @@ -12,3 +12,5 @@ oc.renderUnloadedComponents(); } )(window.oc, window.jQuery); // To allow mixed content in Google Chrome: https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=mixed%20content%20chrome -
mattiaerre renamed this gist
Jan 27, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
mattiaerre created this gist
Jan 27, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ ((oc, $) => { // see: https://github.com/opentable/oc/wiki/Browser-client#ocbuild-options const html = oc.build({ baseUrl: 'http://localhost:3000', name: 'pi-baltimore-special-offers-promo-banners', version: '1.1.1', parameters: { banner: 'purple-pasta' } }); $('body').append(html); oc.renderUnloadedComponents(); } )(window.oc, window.jQuery);