I hereby claim:
- I am silenceisgolden on github.
- I am ajklein (https://keybase.io/ajklein) on keybase.
- I have a public key whose fingerprint is 6111 E05C 0370 3CA2 B280 B507 B490 BD8E E864 3620
To claim this, I am signing this object:
| docker-machine create \ | |
| --driver virtualbox \ | |
| --virtualbox-cpu-count "2" \ | |
| --virtualbox-disk-size "64000" \ | |
| --virtualbox-memory "4096" \ | |
| --virtualbox-boot2docker-url https://github.com/boot2docker/boot2docker/releases/download/v1.11.2/boot2docker.iso \ | |
| default |
| 'use strict'; | |
| /** | |
| * Using gulp 4 syntax | |
| * https://demisx.github.io/gulp4/2015/01/15/install-gulp4.html | |
| * npm install gulpjs/gulp.git#4.0 --save-dev | |
| * | |
| * Note: probably also make a .gitignore for the node_modules folder | |
| */ |
I hereby claim:
To claim this, I am signing this object:
| var gulp = require('gulp'); | |
| var psi = require('psi'); | |
| var ngrok = require('ngrok'); | |
| var sequence = require('run-sequence'); | |
| // note server must already be running on port to be able to | |
| // run this example perfectly | |
| var PORT = 8000; | |
| var site = ''; |
| * HTML5 = Truly evergreen browsers |
| <link rel="import" href="../../bower_components/polymer/polymer.html"> | |
| <polymer-element name="google-client-lib"> | |
| <template> | |
| </template> | |
| <script> | |
| (function() { | |
| // to reference 'this' during callback | |
| var handler; |
| http://jethrokuan.github.io/2013/12/19/Using-Passport-With-Sails-JS.html |