This file contains 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
{"contentId":"3334a2d32bd9e22756ff29ae75d444fc","published":"2012-11-28T21:52:34.000Z","publishedTs":1354139554000,"provider":{"id":"twitter","name":"Twitter","url":"http://twitter.com/"},"meta":{"sentiment":0,"klout":50,"lang":"en","language":"english","topics":[{"w":"Nike Air Yeezy","s":1},{"w":"Black White","s":1},{"w":"Cement","s":1}],"tags":[],"mentions":["kicksonfire"],"types":["/picture"],"urlKey":"d1a0c070aab71a4e7c8c34333bd006e7","strictContentKey":"3334a2d32bd9e22756ff29ae75d444fc","highTopics":["nike air yeezy","black white","cement"]},"object":{"id":"tw273907262404325377","content":"Tough! RT @kicksonfire: What do you guys think if the Nike Air Yeezy 2 – Black - White – Cement http://t.co/iNbWtKLG","objectType":"note"},"actor":{"objectType":"person","id":81901755,"originalId":"81901755","displayName":"ShawnBre3zy","name":"Δir Br0wn","followerCount":4155,"followingCount":4116,"activityCount":124509,"image":{"url":"http://a0.twimg.com/profile_images/2866824834/78565f695b3cf97253734d1f277bd396_normal |
This file contains 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 kaareal | |
info: jitsu v0.10.4, node v0.8.6 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in server.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/kaareal/Code/closeterie/package.json | |
data: | |
data: { |
This file contains 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.50-14 | |
info: Updating app findus | |
info: Activating snapshot 0.1.50-14 for findus | |
info: Starting app findus | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: There was an error while attempting to deploy your application. | |
error: | |
error: Error spawning drone: no matching engine found | |
error: Repository configuration |
This file contains 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
192:closeterie kaareal$ jitsu deploy | |
info: Welcome to Nodejitsu kaareal | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing your application dependencies in server.js | |
warn: Local version appears to be old | |
warn: Your package.json version will be incremented for you automatically | |
warn: About to write /Users/kaareal/Code/closeterie/package.json | |
data: |
This file contains 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.50-1 | |
info: Updating app findus | |
info: Activating snapshot 0.1.50-1 for findus | |
info: Starting app findus | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: There was an error while attempting to deploy your application. | |
error: | |
error: NPM Install failed | |
error: NPM failed to install dependencies |
This file contains 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
Kaare-Larsens-MacBook-Pro:closeterie kaareal$ jitsu deploy | |
info: Welcome to Nodejitsu kaareal | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing your application dependencies in server.js | |
info: Checking app availability findus | |
info: Creating app findus | |
info: Creating snapshot 0.1.50 | |
info: Updating app findus | |
info: Activating snapshot 0.1.50 for findus |
This file contains 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
Kaare-Larsens-MacBook-Pro:closeterie kaareal$ sudo npm install jitsu -g | |
Password: | |
npm http GET https://registry.npmjs.org/jitsu | |
npm http 304 https://registry.npmjs.org/jitsu | |
npm http GET https://registry.npmjs.org/colors/0.6.0-1 | |
npm http GET https://registry.npmjs.org/complete/0.3.1 | |
npm http GET https://registry.npmjs.org/dateformat/1.0.2-1.2.3 | |
npm http GET https://registry.npmjs.org/flatiron/0.2.5 | |
npm http GET https://registry.npmjs.org/flatiron-cli-users/0.1.1 | |
npm http GET https://registry.npmjs.org/flatiron-cli-config/0.1.3 |
This file contains 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 kaareal | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command logs app | |
info: Attempting to load logs for /Users/kaareal/Code/closeterie/package.json | |
error: Error running command logs app | |
error: Nodejitsu Error (500): Internal Server Error | |
warn: Error returned from Nodejitsu | |
error: Error: socket hang up | |
error: at createHangUpError (http.js:1124:15) |
This file contains 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
Solution = Backbone.Model.extend ({ | |
fetchAll: function(options) { | |
var solution = this; | |
var error = false; | |
var errorHandler = function() { | |
error = true; | |
} | |
$.when(solution.comments.fetch({ error: errorHandler }), | |
solution.likes.fetch({ error: errorHandler }), |
This file contains 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
/*! | |
* Lifted from https://github.com/LearnBoost/stylus/blob/master/lib/middleware.js | |
* Refactored to work with less instead of stylus and invoking compile when you change a "@import file" | |
*/ | |
/*! | |
* Stylus - middleware | |
* Copyright(c) 2010 LearnBoost <[email protected]> | |
* MIT Licensed | |
*/ |