I hereby claim:
- I am petemill on github.
- I am petemill (https://keybase.io/petemill) on keybase.
- I have a public key ASC8iwrzKxTFVK_rjVxrpJgUHq-KVTY2pXmf_HNXy_QiXQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| diff --git a/tools/buildInstaller.js b/tools/buildInstaller.js | |
| index d5e92c017..ed7b9da75 100644 | |
| --- a/tools/buildInstaller.js | |
| +++ b/tools/buildInstaller.js | |
| @@ -63,19 +63,19 @@ const raiseError = (errorMessage) => { | |
| if (isDarwin || isWindows) { | |
| const requiredText = 'is required for widevine signing' | |
| if (!process.env.SIGN_WIDEVINE_PASSPHRASE) { | |
| - raiseError('SIGN_WIDEVINE_PASSPHRASE ' + requiredText) | |
| + // raiseError('SIGN_WIDEVINE_PASSPHRASE ' + requiredText) |
| // @flow | |
| declare var System:any; | |
| import { getAsyncInjectors } from './asyncInjectors'; | |
| export default function LazyLoadReduxRouteFactory(store: any) { | |
| const { injectReducer, injectSagas, removeSagas } = getAsyncInjectors(store); | |
| __author__ = 'eoglethorpe' | |
| """take election info from | |
| http://projects.fivethirtyeight.com/election-2016/delegate-targets/democrats/ | |
| and convert it to JSON | |
| """ | |
| import json | |
| import requests |
| //example - change the paths | |
| function CompileJsAtPath(jsFile, debug){ | |
| return new Promise(function(resolve, reject){ | |
| //best example is from https://github.com/gulpjs/gulp/blob/master/docs/recipes/browserify-uglify-sourcemap.md | |
| //deps | |
| const uglify = require('gulp-uglify'); | |
| const sourcemaps = require('gulp-sourcemaps'); | |
| //get current filename |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using Microsoft.Web.Administration; | |
| using NGit.Api; | |
| using Sharpen; | |
| namespace ConsoleApplication1 | |
| { | |
| internal class Program |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| #consuming {position:fixed;background:red;border:solid 10px blue;left:100px;right:0;top:0;bottom:0} | |
| #consuming iframe {width:100%;height:100%;} |