Skip to content
Snippets Groups Projects
Verified Commit 036f089c authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

Disable image minification

parent fa8bae3e
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ var mkdirp = require('mkdirp');
var path = require('path');
module.exports = function(file, targetDir, width, height) {
return path.basename(file);
}
function(file, targetDir, width, height) {
if(lwip && (width || height)) {
let tmp = path.basename(file).split('.');
tmp.splice(-1,1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment