]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Client: add basic aot support
authorChocobozzz <florian.bigard@gmail.com>
Fri, 13 Jan 2017 11:16:00 +0000 (12:16 +0100)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 13 Jan 2017 11:16:00 +0000 (12:16 +0100)
commitc16ce1de8e8c21ad2136335d3b0b7d230e6d2f24
treee5177a26dae755833122c4ef73744c2a7f9b53fc
parent80deae8d198f6a376b477d780e76966f8fbb72ce
Client: add basic aot support
30 files changed:
client/.gitignore
client/config/empty.js [new file with mode: 0644]
client/config/helpers.js
client/config/resource-override.js [new file with mode: 0644]
client/config/webpack.common.js
client/config/webpack.dev.js
client/config/webpack.prod.js
client/package.json
client/src/app/account/account.service.ts
client/src/app/admin/friends/shared/friend.service.ts
client/src/app/admin/requests/request-stats/request-stats.component.ts
client/src/app/admin/requests/shared/request.service.ts
client/src/app/admin/users/shared/user.service.ts
client/src/app/app.component.ts
client/src/app/app.module.ts
client/src/app/app.service.ts
client/src/app/core/auth/auth.service.ts
client/src/app/environment.ts
client/src/app/shared/auth/auth-http.service.ts
client/src/app/videos/shared/video.service.ts
client/src/app/videos/video-watch/video-magnet.component.html
client/src/app/videos/video-watch/video-share.component.html
client/src/app/videos/video-watch/video-watch.component.ts
client/src/custom-typings.d.ts
client/src/main.browser.aot.ts [new file with mode: 0644]
client/src/main.browser.ts [moved from client/src/main.ts with 100% similarity]
client/src/polyfills.browser.ts [moved from client/src/polyfills.ts with 100% similarity]
client/src/sass/application.scss
client/src/vendor.ts [deleted file]
client/tsconfig.webpack.json [new file with mode: 0644]