FS-8972 - [verto_communicator] add i18n using angular-translate and static file loader

This commit is contained in:
Davide Colombo
2016-03-23 11:15:44 +01:00
parent ad72c7f56c
commit 6c197ae2f0
23 changed files with 504 additions and 191 deletions

View File

@@ -120,6 +120,7 @@ module.exports = function (grunt) {
'<%= config.app %>/**/*.html',
'.tmp/styles/{,*/}*.css',
'<%= config.app %>/images/{,*/}*',
'<%= config.app %>/locales/{,*/}*',
'.tmp/**/*.js',
'<%= config.app %>/**/*.js'
],
@@ -150,6 +151,7 @@ module.exports = function (grunt) {
],
routes: {
'/partials': 'src/partials',
'/locales': 'src/locales',
'/config.json': 'src/config.json',
'/contributors.txt': 'src/contributors.txt',
'/bower_components': './bower_components',
@@ -309,7 +311,8 @@ module.exports = function (grunt) {
'img/*.png',
'images/{,*/}*.{webp}',
'css/fonts/{,*/}*.*',
'sounds/*.*'
'sounds/*.*',
'locales/*.*'
]
}, {
expand: true,