This file contains 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 characters
2020/12/14 20:42:58 build status: BUILDING | |
{"stream":"Done in 139.03s.\n"} | |
{"stream":"Done in 139.33s.\n"} | |
{"stream":"\u001b[91mreal\t2m 19.67s\nuser\t5m 14.86s\nsys\t0m 19.28s\n\u001b[0m"} | |
{"stream":"yarn run v1.19.1\n"} | |
{"stream":"$ /frontend/node_modules/.bin/datadog-ci sourcemaps upload --service=frontend-www --release-version=7728380ee9eecd348486984997047ff10546d119 --minified-path-prefix=https://www.dollarshaveclub.com/www/static/js build/static/js\n"} |
This file contains 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 characters
{"lastUpload":"2019-02-26T21:19:57.679Z","extensionVersion":"v3.2.5"} |
This file contains 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 characters
require "formula" | |
class BrowsermobProxy < Formula | |
homepage "http://bmp.lightbody.net/" | |
url "https://github.com/lightbody/browsermob-proxy/releases/download/browsermob-proxy-2.1.0-beta-2/browsermob-proxy-2.1.0-beta-2-bin.zip", :using => :curl | |
sha1 "9523daf0ed98f4df6f107593fe0b822760f7fa94" | |
version "2.1.0-beta-2" | |
def install | |
prefix.install Dir["*"] | |
end |
This file contains 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 characters
(function () { | |
"use strict"; | |
// Ractive | |
var Ractive = require("ractive"); | |
require("ractive-transitions-slide"); | |
console.log(Ractive.transitions); | |
var Test = require("./test.ract"); |
This file contains 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 characters
svg:not(:root) { | |
overflow: hidden; | |
} | |
#foo { | |
&:before { | |
content: icon(audio); | |
} | |
} |
This file contains 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 characters
Running "clean:build" (clean) task | |
Cleaning "dist"...OK | |
Running "clean:postbuild" (clean) task | |
Running "generateinit:build" (generateinit) task | |
Running "requirejs:compile" (requirejs) task | |
Tracing dependencies for: modernizr-build |
This file contains 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 characters
~/Desktop/test/init master | |
❯ npm install | |
npm http GET https://registry.npmjs.org/bower | |
npm http GET https://registry.npmjs.org/grunt-contrib-connect/0.5.0 | |
npm http GET https://registry.npmjs.org/grunt-contrib-imagemin | |
npm http GET https://registry.npmjs.org/matchdep/0.3.0 | |
npm http GET https://registry.npmjs.org/grunt-contrib-copy/0.4.1 | |
npm http GET https://registry.npmjs.org/grunt-contrib-jshint/0.7.2 | |
npm http GET https://registry.npmjs.org/grunt-contrib-requirejs/0.4.1 | |
npm http GET https://registry.npmjs.org/grunt-contrib-concat |
This file contains 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 characters
#!/bin/sh | |
afplay path/to/push-it.mp3 > /dev/null 2>&1 & |
This file contains 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 characters
document.body.addEventListener("DOMNodeInserted", function (e) { | |
if ((e.target.id || "").indexOf("fancybox") !== -1) { | |
e.target.parentNode.removeChild(e.target); | |
} | |
}); |
This file contains 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 characters
item.style.display = "none"; | |
var computed = window.getComputedStyle(item).display; | |
item.style.display = ""; |
NewerOlder