Skip to content

Instantly share code, notes, and snippets.

View benwilkins's full-sized avatar

Ben Wilkins benwilkins

  • Caredfor
  • Music City, USA
View GitHub Profile
@benwilkins
benwilkins / error.txt
Created January 2, 2018 21:59
Ionic Build Error Output
$ npm install --quiet --no-optional
npm WARN deprecated [email protected]: This plugin has been deprecated since it is now included in the latest versions of cordova-ios
npm WARN deprecated [email protected]: This plugin has been deprecated
> [email protected] install /usr/src/app/node_modules/@ionic/app-scripts/node_modules/node-sass
> node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.5.3/linux-x64-57_binding.node
Download complete
Binary saved to /usr/src/app/node_modules/@ionic/app-scripts/node_modules/node-sass/vendor/linux-x64-57/binding.node
@benwilkins
benwilkins / adventureres-test.php
Last active May 25, 2016 15:31
AdventureRes SDK Test
<?php
require_once __DIR__ . '/vendor/autoload.php';
session_start();
use AdventureRes\AdventureRes;
use AdventureRes\Models\Input\ServiceAvailabilityInputModel;
$config = [
'baseDomain' => 'https://echotestonline.raftecho.com/rest',
@benwilkins
benwilkins / base64-util
Created April 16, 2013 23:35
Base64 javascript AMD module
/**
*
* Base64 encode / decode
* http://www.webtoolkit.info/
*
**/
define([], function()
{