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:
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 1ed5cbc1..cd58cf62 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -35,6 +35,13 @@ module.exports = function (grunt) {
src: ["**/app.scss"],
dest: "css",
ext: ".css"
+ },
+ {
+ expand: true,
+ cwd: "sass",
+ src: ["**/bookmarklet.scss"],
+ dest: "css",
+ ext: ".css"
}
]
}