We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5005e commit 492cd13Copy full SHA for 492cd13
templates/jquery-git.hbs
@@ -5,7 +5,16 @@
5
<li>
6
jQuery git build</a> -
7
<a href="/jquery-git.js">uncompressed</a>,
8
- <a href="/jquery-git.min.js">minified</a>
+ <a href="/jquery-git.min.js">minified</a>,
9
+ <a href="/jquery-git.slim.js">slim</a>,
10
+ <a href="/jquery-git.slim.min.js">slim minified</a>
11
+ </li>
12
+ <li>
13
+ jQuery 3.x git build</a> -
14
+ <a href="/jquery-3.x-git.js">uncompressed</a>,
15
+ <a href="/jquery-3.x-git.min.js">minified</a>,
16
+ <a href="/jquery-3.x-git.slim.js">slim</a>,
17
+ <a href="/jquery-3.x-git.slim.min.js">slim minified</a>
18
</li>
19
20
jQuery 2.x git build</a> -
0 commit comments