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-01 18:21:24 +0300
committerbrantje <brantje@gmail.com>2016-10-01 18:21:24 +0300
commit64113510686357efe5bb1a88e15e121a02912ed0 (patch)
tree1dba67d503b22ca099de989b2ece4dc9e1eb69bf /Gruntfile.js
parentc4da0742dfd579cd7cc6a2713e7038426f9aa940 (diff)
Add bookmarklet
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"
}
]
}