Font awesome available in production

Change-Id: I2bb8ec812daf86b15eece475c55cef0e8a47229a
This commit is contained in:
flavien peyre 2015-08-17 14:56:42 -04:00 committed by Vincent Fournier
parent 707ecabddb
commit 367ca29171
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@ module.exports = function (grunt) {
{
src: '<%= project.app %>/index.html',
dest: '<%= project.dist %>/index.html'
},
{
cwd: '<%= project.app %>/bower_components/fontawesome/fonts',
expand: true,
src: ['**.*'],
dest: '<%= project.dist %>/assets/fonts'
}
]
}