Skip to content

Commit 87c0363

Browse files
author
Mihhail Lapushkin
committed
Merge pull request #17 from thusoy/patch-1
Add missing call to callback() in processFile
2 parents b79aad6 + 41a72b4 commit 87c0363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/css-url-embed.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ module.exports = function(grunt) {
175175
processUrl(fileContentRef, 0, uniqueEmbeddableUrls, options, baseDir, isVerbose, function() {
176176
grunt.file.write(fileDest, fileContentRef.content);
177177
grunt.log.writeln('File "' + fileDest + '" created');
178+
callback();
178179
});
179180
} catch (e) {
180181
grunt.log.error(e);

0 commit comments

Comments
 (0)