2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

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

Replace wildcard with file name
This commit is contained in:
Chris Rebert
2014-02-07 12:44:51 -08:00
+1 -1
View File
@@ -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: {