Skip to content

Instantly share code, notes, and snippets.

info: Creating snapshot 0.1.0-38
info: Updating app iowmcc
info: Activating snapshot 0.1.0-38 for iowmcc
info: Starting app iowmcc
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: socket hang up
error: at createHangUpError (http.js:1263:15)
error: at Socket.socketOnEnd (http.js:1351:23)
{
"name": "iowmcc",
"version": "0.1.0-37",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.0.0rc1",
"jade": "0.27",
info: Welcome to Nodejitsu bengourley
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
info: Skipping require-analyzer because noanalyze option is set
info: Creating snapshot 0.1.0-33
info: Updating app iowmcc
info: Activating snapshot 0.1.0-33 for iowmcc
info: Starting app iowmcc
info: Welcome to Nodejitsu bengourley
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
info: Skipping require-analyzer because noanalyze option is set
info: Creating snapshot 0.1.0-33
error: Error running command deploy
error: socket hang up
help: For help with this error contact Nodejitsu Support:
info: Welcome to Nodejitsu bengourley
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
info: Skipping require-analyzer because noanalyze option is set
info: Creating snapshot 0.1.0-28
info: Updating app iowmcc
info: Activating snapshot 0.1.0-28 for iowmcc
info: Starting app iowmcc
@bengourley
bengourley / dependencies
Created October 12, 2012 19:39
jitsu deploy error
"dependencies": {
"express": "3.0.0rc1",
"jade": "0.27",
"stylus": "0.28",
"nib": "0.7",
"versionator": "0.2",
"compact": "0.1",
"request": "2.10",
"async": "~0.1",
"bcrypt": "~0.7",
@bengourley
bengourley / like-this.js
Created October 12, 2012 12:12
Example break.js usage
// Make breakpoints first
window.addBreakpoint('medium', '(min-width: 600px)')
window.addBreakpoint('large', '(min-width: 900px)')
// Test the initial window width
if (window.innerWidth < 600) {
// load mobile imgs
} else if (window.innerWidth < 900) {
@bengourley
bengourley / animate.js
Last active October 11, 2015 13:28
Hack on Zepto fx as a jQuery plugin
(function () {
// Mock necessary parts of zepto for fx module
window.Zepto = function () { return $(arguments) }
window.Zepto.isObject = function () { return false }
window.Zepto.each = $.each
window.Zepto.extend = $.extend
window.Zepto.fn = {}
/*
@bengourley
bengourley / flyout.js
Created October 5, 2012 12:09
module.js example usage
module('flyout', function (module) {
module.exports = flyout
function flyout() {
// Use jQuery as $ is in the global
// scope and available w/out require()
$('.flyout').animate({ ... }, 300)
@bengourley
bengourley / gist:3710028
Created September 12, 2012 21:22
jitsu deploy :(
info: Welcome to Nodejitsu bengourley
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
info: Skipping require-analyzer because noanalyze option is set
info: Creating snapshot 1.0.5-10
error: Error running command deploy
error: read ETIMEDOUT
error: Error: read ETIMEDOUT