mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-31 11:40:23 +00:00
Merge pull request #12648 from ZDroid/index.html-only
Replace wildcard with file name
This commit is contained in:
commit
f07423511d
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue