Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit fa11710

Browse files
author
ehynds
committed
Remove unnecessary code
1 parent b21d16a commit fa11710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/grunt-image-embed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ module.exports = function(grunt) {
115115
result = result += cache[img];
116116
} else {
117117
// process it and put it into the cache
118-
var loc = img.split("?")[0];
118+
var loc = img;
119119

120120
// Resolve the image path relative to the CSS file
121121
if(!rData.test(img) && !rExternal.test(img)) {

0 commit comments

Comments
 (0)