Skip to content

Instantly share code, notes, and snippets.

@martin-stone
martin-stone / Gruntfile.js
Last active August 29, 2015 14:21
Repro code for Pixi bind() failure in PhantomJS 1.x
module.exports = function (grunt) {
grunt.initConfig({
jasmine: {
test: {
src: ['*.js', '!*Spec.js'],
options: {
keepRunner: true,
summary: true,
specs: ['*Spec.js'],