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

Upgrade to angular 5

This commit is contained in:
Chocobozzz 2017-12-12 11:59:28 +01:00
parent 7bfd1b1edb
commit b682782093
No known key found for this signature in database
GPG key ID: 583A612D890159BE
9 changed files with 281 additions and 374 deletions

View file

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