Font awesome available in production
Change-Id: I2bb8ec812daf86b15eece475c55cef0e8a47229a
This commit is contained in:
parent
707ecabddb
commit
367ca29171
@ -64,6 +64,12 @@ module.exports = function (grunt) {
|
|||||||
{
|
{
|
||||||
src: '<%= project.app %>/index.html',
|
src: '<%= project.app %>/index.html',
|
||||||
dest: '<%= project.dist %>/index.html'
|
dest: '<%= project.dist %>/index.html'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
cwd: '<%= project.app %>/bower_components/fontawesome/fonts',
|
||||||
|
expand: true,
|
||||||
|
src: ['**.*'],
|
||||||
|
dest: '<%= project.dist %>/assets/fonts'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user