mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-29 06:45:59 +08:00
fix moving font-awesome files in the gruntfile
Signed-off-by: binsky <timo@binsky.org>
This commit is contained in:
parent
977fe00138
commit
ab448b393c
1 changed files with 2 additions and 2 deletions
|
|
@ -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/'
|
||||
}
|
||||
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue