fix 404 of messages.json in production - fixes #289

This commit is contained in:
Zachary Carter 2014-01-21 14:14:16 -08:00
Родитель baa790f5b5
Коммит ac83c6ec19
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -17,7 +17,8 @@ module.exports = function (grunt) {
'.htaccess',
'images/{,*/}*.{webp,gif}',
'styles/fonts/{,*/}*.*',
'bower_components/{,*/}{,*/}*.*'
'bower_components/{,*/}{,*/}*.*',
'i18n/{,*/}{,*/}*.*'
]
}]
},