aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-02-07 12:44:51 -0800
committerChris Rebert <[email protected]>2014-02-07 12:44:51 -0800
commitf07423511d301afe408f7ffcdce2b0ada71317fd (patch)
tree0bcf098594bbc84787535b01e40c043aae0efd83
parent532f1d909724ca4c18a876e0bb7ee44f4d94c537 (diff)
parent54aece34589b0f1ccbcc3b9847ea5d2348d4e268 (diff)
downloadbootstrap-f07423511d301afe408f7ffcdce2b0ada71317fd.tar.xz
bootstrap-f07423511d301afe408f7ffcdce2b0ada71317fd.zip
Merge pull request #12648 from ZDroid/index.html-only
Replace wildcard with file name
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index ac3107fd4..f53cf7cdf 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -262,7 +262,7 @@ module.exports = function (grunt) {
options: {
inject: 'js/tests/unit/phantom.js'
},
- files: 'js/tests/*.html'
+ files: 'js/tests/index.html'
},
connect: {