Skip to content

Instantly share code, notes, and snippets.

View sebastianneubert's full-sized avatar

Sebastian Neubert sebastianneubert

View GitHub Profile
@sebastianneubert
sebastianneubert / buster-phantom.sh
Created December 4, 2015 14:37 — forked from ruudud/buster-phantom.sh
BusterJS and PhantomJS start/stop script, handy for Jenkins/CI
#!/bin/bash
#
# Depends on buster.js and phantom.js being installed
#
BUSTERPATH_OSX="/usr/local/lib/node_modules/buster"
BUSTERPATH_GNU="/usr/lib/node_modules/buster"
BUSTER_PHANTOMSCRIPT="script/phantom.js"
BUSTER_CMD="buster-server"