diff --git a/gulpfile.js b/gulpfile.js index dfed723..5cab748 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -7,3 +7,5 @@ function copyIcons() { return src('credentials/**/*.{png,svg}').pipe(dest('dist/credentials')); } + +// TODO: Add i18n to pipeline