fix moving font-awesome files in the gruntfile

Signed-off-by: binsky <timo@binsky.org>
This commit is contained in:
binsky 2021-09-20 20:32:58 +02:00
parent 977fe00138
commit ab448b393c

View file

@ -173,9 +173,9 @@ module.exports = function (grunt) {
files: [
{
expand: true,
flatten: false,
flatten: true,
src: ['css/vendor/font-awesome/*'],
dest: 'dist/'
dest: 'dist/css/'
}
]