]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Replace wildcard with file name 12648/head
authorZlatan Vasović <legospace9876@gmail.com>
Fri, 7 Feb 2014 19:48:12 +0000 (20:48 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Fri, 7 Feb 2014 19:48:12 +0000 (20:48 +0100)
Gruntfile.js

index c4da304ddbefbfd9f6fec98264d13710e9bf57f2..ff4823bd5f481bfd75b231602a83a96f2e6f2ae0 100644 (file)
@@ -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: {