diff --git a/elixir.js b/elixir.js index b6f9fbf..30c2853 100644 --- a/elixir.js +++ b/elixir.js @@ -21,8 +21,8 @@ Elixir.extend('materialIconsTranslator', function (src, dest, simple) .pipe(Print()) .pipe(Plumber()) .pipe(Changed(dest)) + .pipe(MaterialIconsTranslator(simple)) .pipe(Gulp.dest(dest)) - .pipe(pipe()) .pipe(Print()); }).watch(src); }); diff --git a/package.json b/package.json index f84b68a..f1b13b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "material-icons-translator", - "version": "0.1.6", + "version": "0.1.7", "description": "This library translates all occurrences of material icons name to the unicode form", "main": "index.js", "scripts": {