1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Add confirm when admin use custom js/css

This commit is contained in:
Chocobozzz 2018-02-22 15:29:32 +01:00
parent 78967fca4c
commit 1f30a1853e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
17 changed files with 198 additions and 163 deletions

View file

@ -10,7 +10,7 @@ import { VideoModel } from '../models/video/video'
const clientsRouter = express.Router()
const distPath = join(root(), 'client', 'dist')
const assetsImagesPath = join(root(), 'client', 'dist', 'client', 'assets', 'images')
const assetsImagesPath = join(root(), 'client', 'dist', 'assets', 'images')
const embedPath = join(distPath, 'standalone', 'videos', 'embed.html')
const indexPath = join(distPath, 'index.html')