Replace wildcard with file name

This commit is contained in:
Zlatan Vasović 2014-02-07 20:48:12 +01:00
parent 4d7b2ddba9
commit 54aece3458
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ module.exports = function (grunt) {
options: { options: {
inject: 'js/tests/unit/phantom.js' inject: 'js/tests/unit/phantom.js'
}, },
files: 'js/tests/*.html' files: 'js/tests/index.html'
}, },
connect: { connect: {