mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-25 09:03:50 +08:00
Don't clean 'bookmarklet.css', 'public-page.css'
Signed-off-by: brantje <brantje@gmail.com>
This commit is contained in:
parent
76aa2d78f4
commit
68616310e9
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue