Skip to content

Instantly share code, notes, and snippets.

Streaming logging information
out Mon, 02 Jun 2014 13:56:51 GMT Express app started on port 3000
out Mon, 02 Jun 2014 13:56:51 GMT { main:
{ css: [ 'public/build/css/dist.min.css' ],
js: [ 'public/build/js/dist.min.js' ] } }
out Mon, 02 Jun 2014 13:57:29 GMT assets are
out Mon, 02 Jun 2014 13:57:29 GMT { main:
{ css: [ 'public/build/css/dist.min.css' ],
js: [ 'public/build/js/dist.min.js' ] } }
@jeremyhuang3627
jeremyhuang3627 / gist:8feb215375f14062643e
Created June 2, 2014 14:04
nodejitsu deployment issue 2
info: Updating app mean
info: Activating snapshot 0.3.0-38 for mean
info: Starting app mean
error: Error running command deploy
error: Errors occured while starting the application
error: Error starting application. This could be a user error.
error: info: Running start for app.
error: info: Cleaning /opt/run
error: info: Fetching application snapshot...
error: info: Application snapshot fetched.
@jeremyhuang3627
jeremyhuang3627 / build.js
Last active October 4, 2019 18:38
Branch Library Pretty Source
(function() {// Input 0
var $jscomp = {scope:{}};
$jscomp.defineProperty = "function" == typeof Object.defineProperties ? Object.defineProperty : function(a, b, c) {
if (c.get || c.set) {
throw new TypeError("ES3 does not support getters and setters.");
}
a != Array.prototype && a != Object.prototype && (a[b] = c.value);
};
$jscomp.getGlobal = function(a) {
return "undefined" != typeof window && window === a ? a : "undefined" != typeof global && null != global ? global : a;
@jeremyhuang3627
jeremyhuang3627 / build-updated.js
Last active May 16, 2018 00:13
Branch updated sdk
(function() {// Input 0
var $jscomp = {scope:{}};
$jscomp.defineProperty = "function" == typeof Object.defineProperties ? Object.defineProperty : function(a, b, c) {
if (c.get || c.set) {
throw new TypeError("ES3 does not support getters and setters.");
}
a != Array.prototype && a != Object.prototype && (a[b] = c.value);
};
$jscomp.getGlobal = function(a) {
return "undefined" != typeof window && window === a ? a : "undefined" != typeof global && null != global ? global : a;
(function() {// Input 0
var $jscomp = {scope:{}};
$jscomp.defineProperty = "function" == typeof Object.defineProperties ? Object.defineProperty : function(a, b, c) {
if (c.get || c.set) {
throw new TypeError("ES3 does not support getters and setters.");
}
a != Array.prototype && a != Object.prototype && (a[b] = c.value);
};
$jscomp.getGlobal = function(a) {
return "undefined" != typeof window && window === a ? a : "undefined" != typeof global && null != global ? global : a;