Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
cadorn committed Apr 13, 2017
1 parent 2b082e9 commit 0ef158e
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Optimized JavaScript Bundle Loader

The `PINF JavaScript Loader` is part of the [PINF Platform for JavaScript](http://pinf.js.org/)
and is an optimized *(intended for production use)* **CommonJS package mappings**
based **JavaScript module loader** for the browser in only **2741 bytes** *(minified and zipped)*.
based **JavaScript module loader** for the browser in only **2739 bytes** *(minified and zipped)*.

* Mailing list: [groups.google.com/group/pinf](http://groups.google.com/group/pinf)

Expand Down
20 changes: 10 additions & 10 deletions loader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified loader.min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion loader.stripped.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
}

// Set `PINF` gloabl.
global.PINF = PINF = Loader(global);
var PINF = global.PINF = Loader(global);

// Export `require` for CommonJS if `module` and `exports` globals exists.
if (typeof module === "object" && typeof exports === "object") {
Expand Down
2 changes: 1 addition & 1 deletion workspace/www/loader.min.js-size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6774
6762
2 changes: 1 addition & 1 deletion workspace/www/loader.min.js.gz-size
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2741
2739
2 changes: 1 addition & 1 deletion workspace/www/loader.stripped.js.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cf6a624c17465d0212f8358229164f55
cc6fed773d1d5125b15ddd686cd9ce4f

0 comments on commit 0ef158e

Please sign in to comment.