mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-08 05:04:04 +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: [
|
files: [
|
||||||
{
|
{
|
||||||
expand: true,
|
expand: true,
|
||||||
flatten: false,
|
flatten: true,
|
||||||
src: ['css/vendor/font-awesome/*'],
|
src: ['css/vendor/font-awesome/*'],
|
||||||
dest: 'dist/'
|
dest: 'dist/css/'
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue