From: Zlatan Vasović Date: Fri, 7 Feb 2014 19:48:12 +0000 (+0100) Subject: Replace wildcard with file name X-Git-Tag: v3.1.1~14^2~22^2~3^2~2^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54aece34589b0f1ccbcc3b9847ea5d2348d4e268;p=thirdparty%2Fbootstrap.git Replace wildcard with file name --- 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: {