Skip to content

Commit

Permalink
Minify all PDF.js JS assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheng5 committed Mar 2, 2012
1 parent 8debf58 commit 5148f9d
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 9 deletions.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ public interface PdfJsResources extends ClientBundle
{
public static PdfJsResources INSTANCE = GWT.create(PdfJsResources.class);

@Source("pdf.js")
@Source("pdf.min.js")
StaticDataResource pdfjs();

@Source("compatibility.js")
@Source("compatibility.min.js")
StaticDataResource compatibilityJs();

@Source("debugger.js")
@Source("debugger.min.js")
StaticDataResource debuggerJs();

@Source("viewer.js")
@Source("viewer.min.js")
StaticDataResource viewerJs();

@Source("viewer.css")
Expand Down

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

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

Loading

0 comments on commit 5148f9d

Please sign in to comment.