Skip to content

Instantly share code, notes, and snippets.

View powerlanguage's full-sized avatar

Josh Wardle powerlanguage

View GitHub Profile
@powerlanguage
powerlanguage / gist:cba176e952395af13dd1
Last active August 29, 2015 14:05
Gunpoint Mac Beta crash
Process: GunpointSteam [58414]
Path: /Users/USER/Library/Application Support/Steam/*/GunpointSteam.app/Contents/MacOS/GunpointSteam
Identifier: com.abstractiongames.GunpointSteam
Version: 1.0 (1)
Code Type: X86 (Native)
Parent Process: launchd [267]
Responsible: GunpointSteam [58414]
User ID: 501
Date/Time: 2014-08-23 17:08:56.036 -0700
if [ -f /home/reddit/src/reddit-plugin-gold/reddit_gold/../Makefile ]; then make -C /home/reddit/src/reddit-plugin-gold/reddit_gold/../ static; fi
cp -r --preserve=timestamps /home/reddit/src/reddit-plugin-gold/reddit_gold/public/* build/public/
touch build/plugin-gold-buildstamp
rm -f build/public/static/gold.css
lessc build/public/static/css/gold.less > build/public/static/gold.css.tmp
python r2/lib/contrib/rcssmin.py < build/public/static/gold.css.tmp > build/public/static/gold.css
rm build/public/static/gold.css.tmp
# remove mangled output symlinks, similar to above.
rm -f /home/reddit/src/reddit/r2/build/public/static/gold.js
paster run standalone r2/lib/js.py -c "build_module('gold')"