View launch fun
[Experience Cloud ID Service] Created instance using orgId: "EC7B1CFE5329FB8E0A490D45@AdobeOrg" | |
launch-EN81edb7894311467a83324e16dd5b24b6.min.js:34 🚀 [Experience Cloud ID Service] Set variables: {"trackingServer":"pitneybowes.sc.omtrdc.net","trackingServerSecure":"pitneybowes.sc.omtrdc.net"} | |
launch-EN81edb7894311467a83324e16dd5b24b6.min.js:34 🚀 [Experience Cloud ID Service] Obtained Marketing Cloud Visitor Id: 69471315265317614353361512581046558034 | |
launch-EN81edb7894311467a83324e16dd5b24b6.min.js:34 🚀 [Adobe Analytics] Loading AppMeasurement script from: https://assets.adobedtm.com/extensions/EP6989456eab6f4f618b15e82840ffd69b/AppMeasurement.min.js. | |
launch-EN81edb7894311467a83324e16dd5b24b6.min.js:34 🚀 [Experience Cloud ID Service] Rejected these customer ids: [{"value":"","authState":1,"integrationCode":"okta_id"}] | |
y @ launch-EN81edb7894311467a83324e16dd5b24b6.min.js:34 | |
s @ launch-EN81edb7894311467a83324e16dd5b24b6.min.js:6 | |
e.exports @ launch-EN81edb7894311467a83324e16dd5b24b6.min.js:6 | |
(anonymous) @ launch-E |
View pb.livechat.js
'use strict'; | |
var pb = pb || {}; | |
(function() { | |
pb.namespace = function(nsString) { | |
var parts = nsString.split('.'), | |
parent = pb, | |
i; | |
if (parts[0] === 'pb') { |
View AeonLoggingSuccess.log
2919df34-e165-4b2e-abae-c866be537f9e 10:19:35 AM: debug Parse returned Aeon Energy Monitor power is 1709 W | |
2919df34-e165-4b2e-abae-c866be537f9e 10:19:35 AM: debug state - energy null null, power 2017-07-20T14:06:40+0000 | |
2919df34-e165-4b2e-abae-c866be537f9e 10:19:35 AM: debug zwaveEvent MeterReport(meterType: 33, meterValue: [0, 26, 21, 88], precision: 3, scale: 2, scaledMeterValue: 1709.400, size: 4) | |
2919df34-e165-4b2e-abae-c866be537f9e 10:19:08 AM: error groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method java.lang.Float#multiply. | |
Cannot resolve which method to invoke for [null] due to overlapping prototypes between: | |
[class java.lang.Character] | |
[class java.lang.Number] @ line 106 | |
2919df34-e165-4b2e-abae-c866be537f9e 10:19:08 AM: debug Resetting Energy | |
2919df34-e165-4b2e-abae-c866be537f9e 10:19:08 AM: debug state - energy null null, power 2017-07-20T14:06:40+0000 | |
2919df34-e165-4b2e-abae-c866be537f9e 10:19:08 AM: debug zwaveEvent MeterReport(meterType: 33, meterValue: [0, 0, 74, |
View grunt-issues.txt
~/D/w/A/d/s/p/b/r/FE-static-templates ❯❯❯ grunt serve ⏎ | |
Loading "autoprefixer.js" tasks...ERROR | |
>> Error: Cannot find module 'caniuse-db/data' | |
Loading "sass.js" tasks...ERROR | |
>> Error: `libsass` bindings not found. Try reinstalling `node-sass`? | |
Running "serve" task | |
Warning: Task "autoprefixer" not found. Use --force to continue. | |
Aborted due to warnings. |
View page.md.yaml
--- | |
title: Gallery | |
_fieldset: gallery | |
_template: gallery | |
gallery: | |
- | |
photo: '{{ _site_root }}assets/img/dream.jpg' | |
caption: Dream | |
- | |
photo: '{{ _site_root }}assets/img/reborn.jpg' |
View default.html
<div class="row"> | |
<div class="eight columns"> | |
<h2>Photography by Andrew Mosedale</h2> | |
<div class="row"> | |
<div class="eight columns"> | |
{{ content }} | |
</div> | |
<div class="four columns"> | |
<div class="example-image"> | |
{{ get_content from="/gallery" }} |
View sql update
UPDATE exp_pw_landingpages epw | |
SET epw.mailcode = | |
(SELECT mailcode FROM temp WHERE website = epw.website and subdir = epw.subdir) |
View .gitignore
# Statamic files # | |
###################### | |
_cache/* | |
!_cache/index.html | |
_logs/* | |
!_logs/index.html |
NewerOlder