gulp-s3-upload
Advanced tools
Comparing version 1.7.1 to 1.7.2
# Changelog | ||
## Version 1.7.2 | ||
* Merge https://github.com/clineamb/gulp-s3-upload/pull/53 - helps apply charset to all files, not just of a certain mimetype (by [brnwll](https://github.com/brwnll)) | ||
* Merge https://github.com/clineamb/gulp-s3-upload/pull/55 - makes sure callback is called when uploading new files and an unchanged file is seen (by [benthemonkey](https://github.com/benthemonkey)) | ||
## Version 1.7.1 | ||
@@ -4,0 +10,0 @@ |
13
index.js
@@ -91,3 +91,3 @@ /**** | ||
if (options.charset && mimetype == 'text/html') { | ||
if (options.charset) { | ||
mimetype += ';charset=' + options.charset; | ||
@@ -145,3 +145,3 @@ } | ||
if(!options.etag_hash) { | ||
// If not defined, default to md5. | ||
// If not defined, default to md5. | ||
options.etag_hash = 'md5'; | ||
@@ -247,3 +247,3 @@ } | ||
} | ||
} | ||
@@ -262,4 +262,9 @@ } else { | ||
/*** END FILE LOOP ***/ | ||
} else { | ||
fancyLog(colors.gray("Skipping Upload of Existing File ..... "), keyname); | ||
callback(null); | ||
} | ||
/*** END FILE LOOP ***/ | ||
} | ||
@@ -266,0 +271,0 @@ }); |
{ | ||
"name": "gulp-s3-upload", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "A gulp task to asynchronous upload/update assets to an AWS S3 Bucket.", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"ansi-colors": "^1.0.1", | ||
"ansi-colors": "^3.2.3", | ||
"aws-sdk": "^2.88.0", | ||
@@ -39,6 +39,6 @@ "event-stream": "3.3.4", | ||
"https-proxy-agent": "^2.0.0", | ||
"mime": "^1.3.6", | ||
"plugin-error": "^0.1.2", | ||
"mime": "^2.4.0", | ||
"plugin-error": "^1.0.1", | ||
"underscore": "^1.8.3" | ||
} | ||
} |
# gulp-s3-upload | ||
__Version 1.7.1__ | ||
__Version 1.7.2__ | ||
@@ -4,0 +4,0 @@ Use for uploading assets to Amazon S3 servers. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36929
277
+ Addedansi-colors@3.2.4(transitive)
+ Addedarr-diff@4.0.0(transitive)
+ Addedarr-union@3.1.0(transitive)
+ Addedassign-symbols@1.0.0(transitive)
+ Addedextend-shallow@3.0.2(transitive)
+ Addedis-extendable@1.0.1(transitive)
+ Addedis-plain-object@2.0.4(transitive)
+ Addedisobject@3.0.1(transitive)
+ Addedmime@2.6.0(transitive)
+ Addedplugin-error@1.0.1(transitive)
- Removedansi-cyan@0.1.1(transitive)
- Removedansi-red@0.1.1(transitive)
- Removedarr-diff@1.1.0(transitive)
- Removedarr-flatten@1.1.0(transitive)
- Removedarr-union@2.1.0(transitive)
- Removedarray-slice@0.2.3(transitive)
- Removedextend-shallow@1.1.4(transitive)
- Removedkind-of@1.1.0(transitive)
- Removedmime@1.6.0(transitive)
- Removedplugin-error@0.1.2(transitive)
Updatedansi-colors@^3.2.3
Updatedmime@^2.4.0
Updatedplugin-error@^1.0.1