Skip to content

Commit

Permalink
PreloadJS 0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Lanny McNie <[email protected]>
  • Loading branch information
Lanny McNie committed Dec 12, 2013
1 parent 349d4cc commit 9bfdde3
Show file tree
Hide file tree
Showing 21 changed files with 36 additions and 21 deletions.
2 changes: 1 addition & 1 deletion VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version NEXT [Not Released]
Version 0.4.1 [December 12, 2013]
************************************************************************************************************************
CRITICAL (may break existing content)
- Single files that are NOT manifests can no longer be loaded using loadManifest(). Use loadFile instead.
Expand Down
Binary file removed docs/PreloadJS_docs-0.4.0.zip
Binary file not shown.
Binary file added docs/PreloadJS_docs-0.4.1.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/assets/basepath_old/createjs/icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/assets/basepath_old/easeljs/icon_16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions examples/assets/basepath_old/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"manifest": [
"icon_16x16.png",
"icon_48x48.png",
"icon_128x128.png"
]
}
8 changes: 8 additions & 0 deletions examples/assets/basepath_old/manifest_basepath.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"basePath": "assets/basepath/easeljs/",
"manifest": [
"icon_16x16.png",
"icon_48x48.png",
"icon_128x128.png"
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions examples/assets/easeljs-NEXT.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/assets/soundjs-NEXT.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/assets/tweenjs-NEXT.min.js

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions lib/preloadjs-0.4.0.min.js

This file was deleted.

12 changes: 12 additions & 0 deletions lib/preloadjs-0.4.1.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/preloadjs-NEXT.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/preloadjs/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ this.createjs = this.createjs||{};
* @type String
* @static
**/
s.buildDate = /*date*/"Thu, 12 Dec 2013 22:37:58 GMT"; // injected by build process
s.buildDate = /*date*/"Thu, 12 Dec 2013 23:37:07 GMT"; // injected by build process

})();

0 comments on commit 9bfdde3

Please sign in to comment.