Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
//============================================================================== | |
// Casper generated Tue Feb 04 2014 16:17:45 GMT+0100 (CET) | |
//============================================================================== | |
var x = require('casper').selectXPath; | |
casper.options.viewportSize = {width: 1855, height: 993}; | |
casper.test.begin('Resurrectio test', function(test) { | |
casper.start('http://en.wikipedia.org/wiki/Main_Page'); | |
casper.waitForSelector(x("//*[contains(text(), \'Welcome\')]"), | |
function success() { |
var gulp = require('gulp'), | |
sass = require('gulp-sass'), | |
browserify = require('gulp-browserify'), | |
concat = require('gulp-concat'), | |
embedlr = require('gulp-embedlr'), | |
refresh = require('gulp-livereload'), | |
lrserver = require('tiny-lr')(), | |
express = require('express'), | |
livereload = require('connect-livereload') | |
livereloadport = 35729, |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)