Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node_modules_works/uglifyjs-webpack-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div align="center">
<a href="https://github.com/webpack/webpack">
<img width="200" height="200"
src="https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon.svg">
src="https://cdn.jsdelivr.net/gh/webpack/media@e7485eb2/logo/icon.svg">
</a>
<h1>UglifyJS Webpack Plugin</h1>
<p>This plugin uses <a href="https://github.com/mishoo/UglifyJS2/tree/harmony">UglifyJS v3 </a><a href="https://npmjs.com/package/uglify-es">(`uglify-es`)</a> to minify your JavaScript</p>
Expand Down
6 changes: 3 additions & 3 deletions node_modules_works/webpack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ or are automatically applied via regex from your webpack configuration.
|Name|Status|Install Size|Description|
|:--:|:----:|:----------:|:----------|
|<a href="https://github.com/webpack/json-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/json.svg"></a>|![json-npm]|![json-size]|Loads a JSON file (included by default)|
|<a href="https://github.com/webpack/json5-loader"><img width="48" height="10.656" src="https://cdn.rawgit.com/json5/json5-logo/master/json5-logo.svg"></a>|![json5-npm]|![json5-size]|Loads and transpiles a JSON 5 file|
|<a href="https://github.com/webpack/json5-loader"><img width="48" height="10.656" src="https://cdn.jsdelivr.net/gh/json5/json5-logo@master/json5-logo.svg"></a>|![json5-npm]|![json5-size]|Loads and transpiles a JSON 5 file|
|<a href="https://github.com/awnist/cson-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/coffeescript.svg"></a>|![cson-npm]|![cson-size]|Loads and transpiles a CSON file|


Expand All @@ -170,7 +170,7 @@ or are automatically applied via regex from your webpack configuration.
|<a href="https://github.com/webpack/script-loader">`<script>`</a>|![script-npm]|![script-size]|Executes a JavaScript file once in global context (like in script tag), `require()`s are not parsed|
|<a href="https://github.com/babel/babel-loader"><img width="48" height="48" title="babel-loader" src="https://worldvectorlogo.com/logos/babel-10.svg"></a>|![babel-npm]|![babel-size]|Loads ES2015+ code and transpiles to ES5 using <a href="https://github.com/babel/babel">Babel</a>|
|<a href="https://github.com/jupl/traceur-loader"><img width="48" height="48" src="https://google.github.com/traceur-compiler/logo/tc.svg"></a>|![traceur-npm]|![traceur-size]|Loads ES2015+ code and transpiles to ES5 using [Traceur](https://github.com/google/traceur-compiler)|
|<a href="https://github.com/TypeStrong/ts-loader"><img width="48" height="48" src="https://cdn.rawgit.com/Microsoft/TypeScript/master/doc/logo.svg"></a>|![type-npm]|![type-size]|Loads TypeScript like JavaScript|
|<a href="https://github.com/TypeStrong/ts-loader"><img width="48" height="48" src="https://cdn.jsdelivr.net/gh/Microsoft/TypeScript@master/doc/logo.svg"></a>|![type-npm]|![type-size]|Loads TypeScript like JavaScript|
|[`awesome-typescript-loader`](https://github.com/s-panferov/awesome-typescript-loader)|![awesome-typescript-npm]|![awesome-typescript-size]|Awesome TypeScript loader for webpack|
|<a href="https://github.com/webpack/coffee-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/coffeescript.svg"></a>|![coffee-npm]|![coffee-size]|Loads CoffeeScript like JavaScript|

Expand All @@ -193,7 +193,7 @@ or are automatically applied via regex from your webpack configuration.
|Name|Status|Install Size|Description|
|:--:|:----:|:----------:|:----------|
|<a href="https://github.com/webpack/html-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/html5.svg"></a>|![html-npm]|![html-size]|Exports HTML as string, requires references to static resources|
|<a href="https://github.com/pugjs/pug-loader"><img width="48" height="48" src="https://cdn.rawgit.com/pugjs/pug-logo/master/SVG/pug-final-logo-_-colour-128.svg"></a>|![pug-npm]|![pug-size]|Loads Pug templates and returns a function|
|<a href="https://github.com/pugjs/pug-loader"><img width="48" height="48" src="https://cdn.jsdelivr.net/gh/pugjs/pug-logo@master/SVG/pug-final-logo-_-colour-128.svg"></a>|![pug-npm]|![pug-size]|Loads Pug templates and returns a function|
|<a href="https://github.com/webpack/jade-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/jade-3.svg"></a>|![jade-npm]|![jade-size]|Loads Jade templates and returns a function|
|<a href="https://github.com/peerigon/markdown-loader"><img width="48" height="48" src="https://worldvectorlogo.com/logos/markdown.svg"></a>|![md-npm]|![md-size]|Compiles Markdown to HTML|
|<a href="https://github.com/posthtml/posthtml-loader"><img width="48" height="48" src="http://posthtml.github.io/posthtml/logo.svg"></a>|![posthtml-npm]|![posthtml-size]|Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml)|
Expand Down
6 changes: 3 additions & 3 deletions src/jspm_packages/npm/dexie@1.5.1/test/qunit.js
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ Test.prototype = {
/*
if (config.polyfillIE && ![].slice.call(document.getElementsByTagName("script")).some(function (s) { return s.src.indexOf("idb-iegap") != -1; })) {
var scriptTag = document.createElement('script');
scriptTag.src = "https://rawgit.com/dfahlander/idb-iegap/master/idb-iegap.min.js";
scriptTag.src = "https://cdn.jsdelivr.net/gh/dfahlander/idb-iegap@master/idb-iegap.min.js";
document.head.appendChild(scriptTag);
}
if (config.indexedDBShim && ![].slice.call(document.getElementsByTagName("script")).some(function(s) { return s.src.indexOf("IndexedDBShim") != -1; })) {
Expand Down Expand Up @@ -2332,8 +2332,8 @@ if ( typeof module !== "undefined" && module.exports ) {

// Include optional polyfills
if (window.location.search.indexOf('polyfillIE=true') != -1) {
document.write('<script src="https://rawgit.com/dfahlander/idb-iegap/master/idb-iegap.js">\x3C/script>');
document.write('<script src="https://cdn.jsdelivr.net/gh/dfahlander/idb-iegap@master/idb-iegap.js">\x3C/script>');
}
if (window.location.search.indexOf('indexedDBShim=true') != -1) {
document.write('<script src="https://rawgit.com/axemclion/IndexedDBShim/master/dist/indexeddbshim.js">\x3C/script>');
document.write('<script src="https://cdn.jsdelivr.net/gh/axemclion/IndexedDBShim@master/dist/indexeddbshim.js">\x3C/script>');
}
2 changes: 1 addition & 1 deletion src/jspm_packages/npm/mime-db@1.26.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ JSON file using [RawGit](https://rawgit.com/). It is recommended to replace
JSON format may change in the future.

```
https://cdn.rawgit.com/jshttp/mime-db/master/db.json
https://cdn.jsdelivr.net/gh/jshttp/mime-db@master/db.json
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions src/modules_custom/jquery.isinview/demo/amd/jsbin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/normalize.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.2/css/foundation.css">

<link rel="stylesheet" href="https://cdn.rawgit.com/hashchange/jquery.isinview/1.0.3/demo/amd/amd.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/hashchange/jquery.isinview@1.0.3/demo/amd/amd.css">

<!-- Fix HTML5 tags in oldIE and other lacking legacy browsers -->
<script src="http://modernizr.com/downloads/modernizr-latest.js"></script>
Expand All @@ -31,7 +31,7 @@ <h1 class="row text-center">jQuery.isInView, demo (AMD)</h1>
<div class="container"></div>

<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.14/require.js"></script>
<script src="https://cdn.rawgit.com/hashchange/jquery.isinview/1.0.3/demo/amd/jsbin/require-config.js"></script>
<script src="https://cdn.jsdelivr.net/gh/hashchange/jquery.isinview@1.0.3/demo/amd/jsbin/require-config.js"></script>

</body>
</html>
20 changes: 10 additions & 10 deletions src/modules_custom/jquery.isinview/demo/perftest/jsbin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.3/css/normalize.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/5.5.3/css/foundation.css">

<link rel="stylesheet" href="https://cdn.rawgit.com/hashchange/jquery.isinview/1.0.4/demo/perftest/perftest.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/hashchange/jquery.isinview@1.0.4/demo/perftest/perftest.css">
</head>
<body>

Expand Down Expand Up @@ -145,25 +145,25 @@ <h2><small>Results</small></h2>

<!-- libraries --><!-- edit and replace with your project libraries as needed -->
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://cdn.rawgit.com/hashchange/jquery.documentsize/1.2.3/dist/jquery.documentsize.js"></script>
<script src="https://cdn.rawgit.com/hashchange/jquery.promises/1.0.2/dist/jquery.promises.js"></script>
<script src="https://cdn.jsdelivr.net/gh/hashchange/jquery.documentsize@1.2.3/dist/jquery.documentsize.js"></script>
<script src="https://cdn.jsdelivr.net/gh/hashchange/jquery.promises@1.0.2/dist/jquery.promises.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore.js"></script>
<script src="https://cdn.rawgit.com/nicjansma/usertiming.js/v0.1.8/src/usertiming.js"></script>
<script src="https://cdn.jsdelivr.net/gh/nicjansma/usertiming.js@v0.1.8/src/usertiming.js"></script>

<script src="https://cdn.rawgit.com/customd/jquery-visible/1.2.0/jquery.visible.js"></script>
<script src="https://cdn.jsdelivr.net/gh/customd/jquery-visible@1.2.0/jquery.visible.js"></script>
<!--
NB jquery_lazyload must be loaded before isInViewport. Otherwise, it would overwrite the :in-viewport selector
of isInViewport with its own.
-->
<script src="https://cdn.rawgit.com/tuupola/jquery_lazyload/1.9.7/jquery.lazyload.js"></script>
<script src="https://cdn.rawgit.com/zeusdeux/isInViewport/2.3.1/lib/isInViewport.js"></script>
<script src="https://cdn.rawgit.com/jeremenichelli/hunt/v1.0.2/dist/hunt.js"></script>
<script src="https://cdn.jsdelivr.net/gh/tuupola/jquery_lazyload@1.9.7/jquery.lazyload.js"></script>
<script src="https://cdn.jsdelivr.net/gh/zeusdeux/isInViewport@2.3.1/lib/isInViewport.js"></script>
<script src="https://cdn.jsdelivr.net/gh/jeremenichelli/hunt@v1.0.2/dist/hunt.js"></script>

<!-- include project source files here... -->
<script src="https://cdn.rawgit.com/hashchange/jquery.isinview/1.0.4/dist/jquery.isinview.js"></script>
<script src="https://cdn.jsdelivr.net/gh/hashchange/jquery.isinview@1.0.4/dist/jquery.isinview.js"></script>

<!-- demo js here... -->
<script src="https://cdn.rawgit.com/hashchange/jquery.isinview/1.0.4/demo/perftest/perftest.js"></script>
<script src="https://cdn.jsdelivr.net/gh/hashchange/jquery.isinview@1.0.4/demo/perftest/perftest.js"></script>

</body>
</html>