Skip to content

Commit f108dd6

Browse files
committed
Bower: disable strict-ssl
I had to disable strict SSL on Bower due to an error with jQuery: bower/bower#2608 I'm not sure if this is strictly required, but I'm creating a PR in case we need to this in production as well. Related #10356
1 parent b255f78 commit f108dd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bowerrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"strict-ssl": false
3+
}

0 commit comments

Comments
 (0)