Skip to content

Commit

Permalink
Remove check for assets in bundle (#20)
Browse files Browse the repository at this point in the history
Remove check for assets in bundle
  • Loading branch information
jrouault authored Feb 20, 2017
1 parent 1816ccf commit 70f7436
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 337 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,5 @@ function fail(error) {
| 7 | `FILE_CREATION_ERROR` | Saving the asset failed |
| 8 | `JSON_CREATION_ERROR` | Your call to WizAssets' method failed and its error could not be processed internally |
| 9 | `INITIALIZATION_ERROR` | WizAssets initialization failed |
| 10 | `UNREFERENCED_ERROR` | Unknown error: message string (error.message) will contains more information |
| 10 | `NOT_FOUND_ERROR` | Asset could not be found |
| 11 | `UNREFERENCED_ERROR` | Unknown error: message string (error.message) will contain more information |
Binary file not shown.

This file was deleted.

Loading

0 comments on commit 70f7436

Please sign in to comment.