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>2016-10-03 12:42:19 +0300
committerbrantje <brantje@gmail.com>2016-10-03 12:42:19 +0300
commit8ba647a000a77d78d6715e577707ecc57ee77b4e (patch)
tree9cc81298e083dab7bb58689cbfb7e8f57679cbc0 /Gruntfile.js
parentef01ef0d1aafc38cc1ee6d06c4e0d682b2fd6c96 (diff)
Pimp my public share page
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index cd58cf62..639b9fdd 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -42,6 +42,13 @@ module.exports = function (grunt) {
src: ["**/bookmarklet.scss"],
dest: "css",
ext: ".css"
+ },
+ {
+ expand: true,
+ cwd: "sass",
+ src: ["**/public-page.scss"],
+ dest: "css",
+ ext: ".css"
}
]
}