diff options
| author | Zlatan Vasović <[email protected]> | 2014-02-07 20:48:12 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-02-07 20:48:12 +0100 |
| commit | 54aece34589b0f1ccbcc3b9847ea5d2348d4e268 (patch) | |
| tree | ba8735a7ffc26b8823ef0f0ff74be9392f5644a8 | |
| parent | 4d7b2ddba92e47f923d22d9d7b23cb7b0a3e0bc2 (diff) | |
| download | bootstrap-54aece34589b0f1ccbcc3b9847ea5d2348d4e268.tar.xz bootstrap-54aece34589b0f1ccbcc3b9847ea5d2348d4e268.zip | |
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 c4da304dd..ff4823bd5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -259,7 +259,7 @@ module.exports = function (grunt) { options: { inject: 'js/tests/unit/phantom.js' }, - files: 'js/tests/*.html' + files: 'js/tests/index.html' }, connect: { |
