mirror of
https://github.com/nextcloud/passman.git
synced 2025-09-07 13:34:46 +08:00
Fix font awesome not found. (Fixes #286)
This commit is contained in:
parent
09a31be00e
commit
43344492a0
1 changed files with 3 additions and 3 deletions
|
@ -172,9 +172,9 @@ module.exports = function (grunt) {
|
|||
files: [
|
||||
{
|
||||
expand: true,
|
||||
flatten: true,
|
||||
src: ['css/vendor/font-awesome/*', '!**/*.css'],
|
||||
dest: 'dist/css/'
|
||||
flatten: false,
|
||||
src: ['css/vendor/font-awesome/*'],
|
||||
dest: 'dist/'
|
||||
}
|
||||
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue