From 54aece34589b0f1ccbcc3b9847ea5d2348d4e268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Fri, 7 Feb 2014 20:48:12 +0100 Subject: [PATCH] Replace wildcard with file name --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c4da304ddb..ff4823bd5f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -259,7 +259,7 @@ module.exports = function (grunt) { options: { inject: 'js/tests/unit/phantom.js' }, - files: 'js/tests/*.html' + files: 'js/tests/index.html' }, connect: {