Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Oct 9, 2018
1 parent bc2b4b1 commit c89c7c4
Show file tree
Hide file tree
Showing 3 changed files with 1,991 additions and 1,059 deletions.
7 changes: 4 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var getIconOpts = function() {
return JSON.parse(fs.readFileSync("./build/icons.json", "utf8"));
};

gulp.task("build", function() {
var build = function() {
var baseColor = $.recolorSvg.ColorMatcher(color("#000"));

opts.icons = getIconOpts();
Expand Down Expand Up @@ -56,6 +56,7 @@ gulp.task("build", function() {

return iconImages;
}));
});
};

gulp.task("default", build);

gulp.task("default", ["build"]);
Loading

0 comments on commit c89c7c4

Please sign in to comment.