Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
fix(Makefile): traditional endpoint jquery js files missing from zip
Browse files Browse the repository at this point in the history
fixes #1639
  • Loading branch information
rnicholus committed Aug 12, 2016
1 parent dd2b0d8 commit 072d561
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ common-zip-files = \
fine-uploader*.css*

zip-traditional:
(cd $(build-out-dir) ; zip fine-uploader.zip $(common-zip-files) fine-uploader*.*)
(cd $(build-out-dir) ; zip fine-uploader.zip $(common-zip-files) fine-uploader*.* jquery.fine-uploader*.*)

zip-s3:
(cd $(build-out-dir) ; zip s3.fine-uploader.zip $(common-zip-files) s3*.*)
Expand Down Expand Up @@ -420,8 +420,6 @@ else
(cd $(pub-dir) ; npm publish)
endif



publish: \
clean \
build \
Expand Down
2 changes: 1 addition & 1 deletion client/js/version.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/*global qq */
qq.version = "5.11.3";
qq.version = "5.11.4";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fine-uploader",
"title": "Fine Uploader",
"main": "lib/traditional.js",
"version": "5.11.3",
"version": "5.11.4",
"description": "Multiple file upload plugin with progress-bar, drag-and-drop, direct-to-S3 & Azure uploading, client-side image scaling, preview generation, form support, chunking, auto-resume, and tons of other features.",
"keywords": [
"amazon",
Expand Down

0 comments on commit 072d561

Please sign in to comment.