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

Fix build

parent 036f089c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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);
......
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