Skip to content

Commit

Permalink
Update express-processimage to 1.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 23, 2014
1 parent 5a40d55 commit fa905e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/transforms/processImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = function (queryObj, options) {
leftOverQueryString;

if (matchQueryString) {
var filterInfosAndTargetContentType = getFilterInfosAndTargetContentTypeFromQueryString(matchQueryString[1], urlTools.fileUrlToFsPath(assetGraph.root), urlTools.fileUrlToFsPath(imageAsset.nonInlineAncestor.url));
var filterInfosAndTargetContentType = getFilterInfosAndTargetContentTypeFromQueryString(matchQueryString[1], {rootPath: urlTools.fileUrlToFsPath(assetGraph.root), sourceFilePath: urlTools.fileUrlToFsPath(imageAsset.nonInlineAncestor.url)});
if (filterInfosAndTargetContentType.filterInfos.length > 0) {
Array.prototype.push.apply(filters, filterInfosAndTargetContentType.filterInfos.map(function (filterInfo) {
return filterInfo.create();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"assetgraph": "1.13.0",
"async": "0.2.9",
"chalk": "0.4.0",
"express-processimage": "1.0.2",
"express-processimage": "1.3.1",
"extend": "1.2.1",
"jpegtran": "0.0.6",
"memoizesync": "0.2.0",
Expand Down

0 comments on commit fa905e9

Please sign in to comment.