]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #20385 20418/head
authorMark Otto <markd.otto@gmail.com>
Sat, 30 Jul 2016 17:44:19 +0000 (10:44 -0700)
committerGitHub <noreply@github.com>
Sat, 30 Jul 2016 17:44:19 +0000 (10:44 -0700)
Recursive glob action

package.json

index dbfbcbe7e56810d9420e8c6076ef8993fc2d3b9f..3fc7ce1da8a5b973af0804e248a6db266659bab2 100644 (file)
@@ -81,7 +81,7 @@
   "files": [
     "dist",
     "grunt",
-    "js/*.js",
+    "js/**/*.js",
     "scss/**/*.scss",
     "Gruntfile.js",
     "LICENSE"