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-12-22 04:03:09 +0300
committerbrantje <brantje@gmail.com>2016-12-22 04:03:09 +0300
commit68616310e962b5c537447823549f345364fc5c63 (patch)
tree44d537c96cd04a52e20168fb124183f95d700215 /Gruntfile.js
parent76aa2d78f4e7263184ccc9d796b8a08876ec1b0e (diff)
Don't clean 'bookmarklet.css', 'public-page.css'
Signed-off-by: brantje <brantje@gmail.com>
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index fd11b385..116c618d 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -291,7 +291,7 @@ module.exports = function (grunt) {
}
},
clean: {
- css: ['dist/css/passman.css', 'dist/css/bookmarklet.css', 'dist/css/public-page.css']
+ css: ['dist/css/passman.css']
},
replace: {
dist: {