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:
authorbrantje <brantje@gmail.com>2017-02-19 17:13:40 +0300
committerbrantje <brantje@gmail.com>2017-02-22 20:02:55 +0300
commit514cb569fba1ee7333f49d8adc4b7be6b52497b4 (patch)
tree6ba17ac4c2393d4d0ef50bcfefa6816427dbb18a /Gruntfile.js
parentca4f6dfeaf033a9161294ccf6999b96decf69bcd (diff)
Add feature to move vaults to other account
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 8c405841..06ca2eb8 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -75,6 +75,13 @@ module.exports = function (grunt) {
src: ["**/public-page.scss"],
dest: "css",
ext: ".css"
+ },
+ {
+ expand: true,
+ cwd: "sass",
+ src: ["**/admin.scss"],
+ dest: "css",
+ ext: ".css"
}
]
}
@@ -132,6 +139,7 @@ module.exports = function (grunt) {
'!css/app.*',
'css/bookmarklet.css',
'css/public-page.css',
+ 'css/admin.css',
'!dist/*',
'!dist/*/**',
'!dist',