Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gruntfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 00381395..af540082 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -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/'
}
]