mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
Update dev script
This commit is contained in:
parent
afcfd1c62f
commit
114ee2f9a2
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ if (fs.existsSync('./rice-box.go')) {
|
|||
fs.unlinkSync('./rice-box.go')
|
||||
}
|
||||
|
||||
if (fs.existsSync('./caddy/hugo/rice-box.go')) {
|
||||
fs.unlinkSync('./caddy/hugo/rice-box.go')
|
||||
if (fs.existsSync('./plugins/rice-box.go')) {
|
||||
fs.unlinkSync('./plugins/rice-box.go')
|
||||
}
|
||||
|
||||
rm(path.join(config.assetsRoot, config.assetsSubDirectory), err => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue