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) { ...@@ -46,7 +46,7 @@ module.exports = function(grunt) {
46 }, 46 },
47 }, 47 },
48 qunit: { 48 qunit: {
49 files: ['test/**/*.html'] 49 files: ['test/**/*.html', '!test/perf.html']
50 }, 50 },
51 jshint: { 51 jshint: {
52 gruntfile: { 52 gruntfile: {
......