diff --git a/grunttasks/copy.js b/grunttasks/copy.js index f45d24cd4..3a5b9b7f9 100644 --- a/grunttasks/copy.js +++ b/grunttasks/copy.js @@ -17,7 +17,8 @@ module.exports = function (grunt) { '.htaccess', 'images/{,*/}*.{webp,gif}', 'styles/fonts/{,*/}*.*', - 'bower_components/{,*/}{,*/}*.*' + 'bower_components/{,*/}{,*/}*.*', + 'i18n/{,*/}{,*/}*.*' ] }] },