Created
January 15, 2013 05:12
-
-
Save stlsmiths/4536300 to your computer and use it in GitHub Desktop.
yogi nodejs stack dump
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
todds-Mac-Pro:gallery-datatable-contextmenu todd$ ll | |
total 40 | |
drwxr-xr-x 14 todd staff 476 Jan 14 22:58 ./ | |
drwxr-xr-x 14 todd staff 476 Jan 14 01:52 ../ | |
drwxr-xr-x 10 todd staff 340 Jan 14 23:06 .git/ | |
-rw-r--r-- 1 todd staff 146 Jan 14 09:21 HISTORY.md | |
-rw-r--r-- 1 todd staff 518 Jan 14 14:44 README.md | |
drwxr-xr-x 4 todd staff 136 Jan 14 14:20 assets/ | |
-rw-r--r-- 1 todd staff 262 Jan 14 14:21 build.json | |
-rw-r--r-- 1 todd staff 659 Jan 14 01:54 build.properties | |
-rw-r--r-- 1 todd staff 357 Jan 14 10:47 build.xml | |
drwxr-xr-x 3 todd staff 102 Jan 14 10:47 css/ | |
drwxr-xr-x 4 todd staff 136 Jan 14 10:47 docs/ | |
drwxr-xr-x 3 todd staff 102 Jan 14 23:03 js/ | |
drwxr-xr-x 4 todd staff 136 Jan 14 14:21 meta/ | |
drwxr-xr-x 3 todd staff 102 Jan 14 14:46 tests/ | |
todds-Mac-Pro:gallery-datatable-contextmenu todd$ yogi build | |
yogi [info] using yogi@0.0.64 on node@0.8.11 | |
yogi [info] using module: gallery-datatable-contextmenu | |
yogi [info] running with shifter | |
shifter [info] racing to find the closest .shifter.json file | |
shifter [info] revving up | |
shifter [info] looking for build.json file | |
shifter [info] found build.json file, shifting | |
shifter [info] putting the hammer down, let's build this thing! | |
shifter [info] munging in loader meta data into build.json | |
shifter [info] putting the hammer down | |
shifter [info] shifting into gear for gallery-datatable-contextmenu | |
shifter [queu] file has changed, continuing build | |
shifter [queu] writing RAW file | |
shifter [queu] compressing gallery-datatable-contextmenu/gallery-datatable-contextmenu.js with UglifyJS | |
shifter [queu] writing -min file | |
shifter [info] shifting for coverage | |
shifter [info] shifting assets for gallery-datatable-contextmenu | |
shifter [queu] coverage file read, starting coverage for: gallery-datatable-contextmenu/gallery-datatable-contextmenu.js | |
shifter [info] yuitest providing coverage | |
shifter [queu] writing coverage file to gallery-datatable-contextmenu/gallery-datatable-contextmenu-coverage.js | |
shifter [info] done racing, the gears are toast | |
shifter [info] finished in 0.531 seconds, pretty fast huh? | |
yogi [info] build complete | |
todds-Mac-Pro:gallery-datatable-contextmenu todd$ cd .. | |
todds-Mac-Pro:src todd$ cd .. | |
todds-Mac-Pro:new-gallery todd$ git add build/gallery-datatable-contextmenu/ src/gallery-datatable-contextmenu/ | |
todds-Mac-Pro:new-gallery todd$ git commit -m 'updated dt-cmenu' | |
[master 6c5b3d5] updated dt-cmenu | |
4 files changed, 75 insertions(+), 59 deletions(-) | |
todds-Mac-Pro:new-gallery todd$ git push origin master | |
Counting objects: 18, done. | |
Delta compression using up to 8 threads. | |
Compressing objects: 100% (10/10), done. | |
Writing objects: 100% (10/10), 1.76 KiB, done. | |
Total 10 (delta 7), reused 0 (delta 0) | |
To https://github.com/stlsmiths/new-gallery.git | |
f47ebe5..6c5b3d5 master -> master | |
todds-Mac-Pro:new-gallery todd$ cd src/gallery-datatable-contextmenu/ | |
todds-Mac-Pro:gallery-datatable-contextmenu todd$ yogi cdn request --force | |
yogi [info] using yogi@0.0.64 on node@0.8.11 | |
yogi [info] using module: gallery-datatable-contextmenu | |
yogi [info] submitting a cdn request for gallery-datatable-contextmenu | |
yogi [info] fetching commits from github | |
/usr/local/lib/node_modules/yogi/lib/git.js:168 | |
if (origin.indexOf('git@') === 0) { | |
^ | |
TypeError: Object false has no method 'indexOf' | |
at Object.mods.userAndRepo (/usr/local/lib/node_modules/yogi/lib/git.js:168:20) | |
at Object.mods.ghlog (/usr/local/lib/node_modules/yogi/lib/git.js:58:25) | |
at mods.cmds.request (/usr/local/lib/node_modules/yogi/lib/cmds/cdn.js:78:25) | |
at mods.status (/usr/local/lib/node_modules/yogi/lib/git.js:25:13) | |
at ChildProcess.exithandler (child_process.js:538:7) | |
at ChildProcess.EventEmitter.emit (events.js:96:17) | |
at maybeClose (child_process.js:638:16) | |
at Socket.ChildProcess.spawn.stdin (child_process.js:815:11) | |
at Socket.EventEmitter.emit (events.js:93:17) | |
at Socket._destroy.destroyed (net.js:357:10) | |
todds-Mac-Pro:gallery-datatable-contextmenu todd$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment