I hereby claim:
- I am nycjacob on github.
- I am jacobsherman (https://keybase.io/jacobsherman) on keybase.
- I have a public key ASABgAx9p0gSLVzyslsn-0cy6RIwPi5jHQmj0m4mFwckAQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' | |
--2017-12-12 17:38:28-- https://clients2.google.com/cr/report | |
Resolving clients2.google.com (clients2.google.com)... 2607:f8b0:4006:819::200e, 172.217.10.142 | |
Connecting to clients2.google.com (clients2.google.com)|2607:f8b0:4006:819::200e|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: unspecified [text/html] | |
Saving to: ‘/dev/fd/4’ | |
0K | |
Crash dump id: 01a9bc8d79c1fef4 |
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root' | |
--2017-12-12 16:45:52-- https://clients2.google.com/cr/report | |
Resolving clients2.google.com (clients2.google.com)... 2607:f8b0:4006:81a::200e, 172.217.6.206 | |
Connecting to clients2.google.com (clients2.google.com)|2607:f8b0:4006:81a::200e|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: unspecified [text/html] | |
Saving to: ‘/dev/fd/4’ | |
Crash dump id: 7ab7f8a671c796bc |
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', 'uglify-js' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose npm-session 006c8cd8b242a8bb | |
5 silly install loadCurrentTree | |
6 silly install readLocalPackageData | |
7 http fetch GET 200 https://registry.npmjs.org/uglify-js 256ms | |
8 silly pacote range manifest for uglify-js@^3.0.24 fetched in 273ms | |
9 silly install loadIdealTree |
INFO global: Vagrant version: 2.0.0 | |
INFO global: Ruby version: 2.3.4 | |
INFO global: RubyGems version: 2.5.2.1 | |
INFO global: VAGRANT_OLD_ENV_SUDO_GID="1002" | |
INFO global: VAGRANT_OLD_ENV_TERM="xterm-256color" | |
INFO global: VAGRANT_OLD_ENV_SUDO_UID="1002" | |
INFO global: VAGRANT_OLD_ENV_PWD="/home/devJacob/Coding/hashicorp_p64" | |
INFO global: VAGRANT_OLD_ENV_SUDO_COMMAND="/usr/bin/vagrant up --provider=vmware_workstation --debug" | |
INFO global: VAGRANT_OLD_ENV_LOGNAME="root" | |
INFO global: VAGRANT_OLD_ENV_XAUTHORITY="/home/devJacob/.Xauthority" |
INFO global: Vagrant version: 2.0.0 | |
INFO global: Ruby version: 2.3.4 | |
INFO global: RubyGems version: 2.5.2.1 | |
INFO global: VAGRANT_OLD_ENV_GNOME_KEYRING_PID="" | |
INFO global: VAGRANT_OLD_ENV_TMUX_PLUGIN_MANAGER_PATH="/home/devJacob/.tmux/plugins/" | |
INFO global: VAGRANT_OLD_ENV_DISPLAY=":0" | |
INFO global: VAGRANT_OLD_ENV_LANG="en_US.UTF-8" | |
INFO global: VAGRANT_OLD_ENV_GNOME_KEYRING_CONTROL="" | |
INFO global: VAGRANT_OLD_ENV_QT_ACCESSIBILITY="1" | |
INFO global: VAGRANT_OLD_ENV_PATH="/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:/opt/bin:/opt/android-sdk-linux/tools:/opt/android-sdk-linux/platform-tools:/opt/bin" |
/** | |
* Created by jsherman on 1/16/17. | |
*/ | |
var app = app || {}; | |
(function () { | |
'use strict'; | |
app.neighborhood = { // Jackson Heights MTA Train station lat ln | |
"lat" : 40.7466891, | |
"lng" : -73.8908579 |
var gulp = require('gulp'); | |
var sass = require('gulp-sass'); | |
var plumber = require('gulp-plumber'); | |
var notify = require('gulp-notify'); | |
var browserSync = require('browser-sync'); | |
var autoprefixer = require('gulp-autoprefixer'); | |
var sourcemaps = require('gulp-sourcemaps'); | |
var spritesmith = require('gulp.spritesmith'); | |
var gulpIf = require('gulp-if'); | |
var nunjucksRender = require('gulp-nunjucks-render'); |
<root> | |
<row0> | |
<firstName>Yoko</firstName> | |
<lastName>Ono</lastName> | |
</row0> | |
<row1> | |
<firstName>John</firstName> | |
<lastName>Lennon</lastName> | |
</row1> | |
<row2> |