31680bd4 by David LaPalomento

Don't try to run perf.html as a qunit test

Exclude the performance page from the qunit grunt task.
1 parent 54069f40
......@@ -46,7 +46,7 @@ module.exports = function(grunt) {
},
},
qunit: {
files: ['test/**/*.html']
files: ['test/**/*.html', '!test/perf.html']
},
jshint: {
gruntfile: {
......