diff --git a/sitegin/imageResizer.js b/sitegin/imageResizer.js
index 0fff9364c1f60d88783990aba948dda46cfd77cf..47a473a79ba2acd198f9770eba050fdcbc6b0224 100644
--- a/sitegin/imageResizer.js
+++ b/sitegin/imageResizer.js
@@ -14,7 +14,7 @@ var path = require('path');
 module.exports = function(file, targetDir, width, height) {
   return path.basename(file);
 }
-function(file, targetDir, width, height) {
+var rem = function(file, targetDir, width, height) {
   if(lwip && (width || height)) {
     let tmp = path.basename(file).split('.');
     tmp.splice(-1,1);