diff options
| author | Chris Rebert <[email protected]> | 2014-02-07 12:44:51 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-07 12:44:51 -0800 |
| commit | f07423511d301afe408f7ffcdce2b0ada71317fd (patch) | |
| tree | 0bcf098594bbc84787535b01e40c043aae0efd83 | |
| parent | 532f1d909724ca4c18a876e0bb7ee44f4d94c537 (diff) | |
| parent | 54aece34589b0f1ccbcc3b9847ea5d2348d4e268 (diff) | |
| download | bootstrap-f07423511d301afe408f7ffcdce2b0ada71317fd.tar.xz bootstrap-f07423511d301afe408f7ffcdce2b0ada71317fd.zip | |
Merge pull request #12648 from ZDroid/index.html-only
Replace wildcard with file name
| -rw-r--r-- | Gruntfile.js | 2 |
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: { |
