jpg,jpeg,gif,png suffixes will not be supported.
// load any project hosted on npm https://jsd.compc.cc/npm/package@version/file // load jQuery v3.2.1 https://jsd.compc.cc/npm/jquery@3.2.1/dist/jquery.min.js // use a version range instead of a specific version https://jsd.compc.cc/npm/jquery@3.2/dist/jquery.min.js https://jsd.compc.cc/npm/jquery@3/dist/jquery.min.js // omit the version completely to get the latest one // you should NOT use this in production https://jsd.compc.cc/npm/jquery/dist/jquery.min.js // add ".min" to any JS/CSS file to get a minified version // if one doesn't exist, we'll generate it for you https://jsd.compc.cc/npm/jquery@3.2.1/src/core.min.js // omit the file path to get the default file https://jsd.compc.cc/npm/jquery@3.2 // add / at the end to get a directory listing https://jsd.compc.cc/npm/jquery/
// load any GitHub release, commit, or branch // note: we recommend using npm for projects that support it https://jsd.compc.cc/gh/user/repo@version/file // load jQuery v3.2.1 https://jsd.compc.cc/gh/jquery/jquery@3.2.1/dist/jquery.min.js // use a version range instead of a specific version https://jsd.compc.cc/gh/jquery/jquery@3.2/dist/jquery.min.js https://jsd.compc.cc/gh/jquery/jquery@3/dist/jquery.min.js // omit the version completely to get the latest one // you should NOT use this in production https://jsd.compc.cc/gh/jquery/jquery/dist/jquery.min.js // add ".min" to any JS/CSS file to get a minified version // if one doesn't exist, we'll generate it for you https://jsd.compc.cc/gh/jquery/jquery@3.2.1/src/core.min.js // add / at the end to get a directory listing https://jsd.compc.cc/gh/jquery/jquery/
// load any plugin from the WordPress.org plugins SVN repo https://jsd.compc.cc/wp/plugins/project/tags/version/file // load an exact version https://jsd.compc.cc/wp/plugins/wp-slimstat/tags/4.6.5/wp-slimstat.js // load the latest version // you should NOT use this in production https://jsd.compc.cc/wp/plugins/wp-slimstat/trunk/wp-slimstat.js // load any theme from the WordPress.org themes SVN repo https://jsd.compc.cc/wp/themes/project/version/file // load an exact version https://jsd.compc.cc/wp/themes/twenty-eightteen/1.7/assets/js/html5.js // add ".min" to any JS/CSS file to get a minified version // if one doesn't exist, we'll generate it for you