From e6173ad3a9689be5d182338415cc25da56385ad7 Mon Sep 17 00:00:00 2001 From: Nik Sudan Date: Mon, 3 Jul 2017 11:26:16 +0100 Subject: [PATCH] Add gulpfile.babel.js as a valid gulp file --- src/material-icons.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/material-icons.json b/src/material-icons.json index 9bc78a4f56..659c2fae01 100644 --- a/src/material-icons.json +++ b/src/material-icons.json @@ -1044,6 +1044,7 @@ ".io-config.json": "_file_ionic", "gulpfile.js": "_file_gulp", "gulpfile.ts": "_file_gulp", + "gulpfile.babel.js": "_file_gulp", "package.json": "_file_nodejs", "gradle.properties": "_file_gradle", "gradlew": "_file_gradle", @@ -1190,4 +1191,4 @@ "apiblueprint": "_file_apiblueprint", "riot": "_file_riot" } -} \ No newline at end of file +}