Commit f0742351 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #12648 from ZDroid/index.html-only

Replace wildcard with file name
parents 532f1d90 54aece34
...@@ -262,7 +262,7 @@ module.exports = function (grunt) { ...@@ -262,7 +262,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: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment