This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "iowmcc", | |
"version": "0.1.0-37", | |
"private": true, | |
"scripts": { | |
"start": "node app.js" | |
}, | |
"dependencies": { | |
"express": "3.0.0rc1", | |
"jade": "0.27", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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 = {} | |
/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |