]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/webpack/helpers.js
First draft to use webpack instead of systemjs
authorChocobozzz <florian.bigard@gmail.com>
Fri, 3 Jun 2016 20:08:03 +0000 (22:08 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 3 Jun 2016 20:08:03 +0000 (22:08 +0200)
commit4a6995be18b15de1834a39c8921a0e4109671bb6
treeb659661cea33687fcc6bd8fc2251cb7a15ab9f9d
parent468892541175f9662f8b1b977e819dc1a496f282
First draft to use webpack instead of systemjs
73 files changed:
client/.bootstraprc [new file with mode: 0644]
client/.gitignore
client/app/shared/index.ts [deleted file]
client/app/videos/index.ts [deleted file]
client/config/helpers.js [new file with mode: 0644]
client/config/webpack.common.js [new file with mode: 0644]
client/config/webpack.dev.js [new file with mode: 0644]
client/config/webpack.prod.js [new file with mode: 0644]
client/images/loading.gif [deleted file]
client/index.html [deleted file]
client/package.json
client/src/app/app.component.html [moved from client/app/app.component.html with 100% similarity]
client/src/app/app.component.scss [moved from client/app/app.component.scss with 100% similarity]
client/src/app/app.component.ts [moved from client/app/app.component.ts with 89% similarity]
client/src/app/friends/friend.service.ts [moved from client/app/friends/friend.service.ts with 95% similarity]
client/src/app/friends/index.ts [moved from client/app/friends/index.ts with 100% similarity]
client/src/app/login/index.ts [moved from client/app/login/index.ts with 100% similarity]
client/src/app/login/login.component.html [moved from client/app/login/login.component.html with 100% similarity]
client/src/app/login/login.component.ts [moved from client/app/login/login.component.ts with 86% similarity]
client/src/app/shared/index.ts [new file with mode: 0644]
client/src/app/shared/search/index.ts [moved from client/app/shared/search/index.ts with 100% similarity]
client/src/app/shared/search/search-field.type.ts [moved from client/app/shared/search/search-field.type.ts with 100% similarity]
client/src/app/shared/search/search.component.html [moved from client/app/shared/search/search.component.html with 100% similarity]
client/src/app/shared/search/search.component.ts [moved from client/app/shared/search/search.component.ts with 93% similarity]
client/src/app/shared/search/search.model.ts [moved from client/app/shared/search/search.model.ts with 100% similarity]
client/src/app/shared/users/auth-status.model.ts [moved from client/app/shared/users/auth-status.model.ts with 100% similarity]
client/src/app/shared/users/auth.service.ts [moved from client/app/shared/users/auth.service.ts with 100% similarity]
client/src/app/shared/users/index.ts [moved from client/app/shared/users/index.ts with 100% similarity]
client/src/app/shared/users/token.model.ts [moved from client/app/shared/users/token.model.ts with 100% similarity]
client/src/app/shared/users/user.model.ts [moved from client/app/shared/users/user.model.ts with 100% similarity]
client/src/app/videos/index.ts [new file with mode: 0644]
client/src/app/videos/shared/index.ts [moved from client/app/videos/shared/index.ts with 80% similarity]
client/src/app/videos/shared/loader/index.ts [moved from client/app/videos/shared/loader/index.ts with 100% similarity]
client/src/app/videos/shared/loader/loader.component.html [moved from client/app/videos/shared/loader/loader.component.html with 100% similarity]
client/src/app/videos/shared/loader/loader.component.scss [moved from client/app/videos/shared/loader/loader.component.scss with 100% similarity]
client/src/app/videos/shared/loader/loader.component.ts [moved from client/app/videos/shared/loader/loader.component.ts with 51% similarity]
client/src/app/videos/shared/pagination.model.ts [moved from client/app/videos/shared/pagination.model.ts with 100% similarity]
client/src/app/videos/shared/sort-field.type.ts [moved from client/app/videos/shared/sort-field.type.ts with 100% similarity]
client/src/app/videos/shared/video.model.ts [moved from client/app/videos/shared/video.model.ts with 100% similarity]
client/src/app/videos/shared/video.service.ts [moved from client/app/videos/shared/video.service.ts with 96% similarity]
client/src/app/videos/video-add/index.ts [moved from client/app/videos/video-add/index.ts with 100% similarity]
client/src/app/videos/video-add/video-add.component.html [moved from client/app/videos/video-add/video-add.component.html with 100% similarity]
client/src/app/videos/video-add/video-add.component.scss [moved from client/app/videos/video-add/video-add.component.scss with 100% similarity]
client/src/app/videos/video-add/video-add.component.ts [moved from client/app/videos/video-add/video-add.component.ts with 83% similarity]
client/src/app/videos/video-list/index.ts [moved from client/app/videos/video-list/index.ts with 100% similarity]
client/src/app/videos/video-list/video-list.component.html [moved from client/app/videos/video-list/video-list.component.html with 100% similarity]
client/src/app/videos/video-list/video-list.component.scss [moved from client/app/videos/video-list/video-list.component.scss with 100% similarity]
client/src/app/videos/video-list/video-list.component.ts [moved from client/app/videos/video-list/video-list.component.ts with 92% similarity]
client/src/app/videos/video-list/video-miniature.component.html [moved from client/app/videos/video-list/video-miniature.component.html with 100% similarity]
client/src/app/videos/video-list/video-miniature.component.scss [moved from client/app/videos/video-list/video-miniature.component.scss with 100% similarity]
client/src/app/videos/video-list/video-miniature.component.ts [moved from client/app/videos/video-list/video-miniature.component.ts with 78% similarity]
client/src/app/videos/video-list/video-sort.component.html [moved from client/app/videos/video-list/video-sort.component.html with 100% similarity]
client/src/app/videos/video-list/video-sort.component.ts [moved from client/app/videos/video-list/video-sort.component.ts with 85% similarity]
client/src/app/videos/video-watch/index.ts [moved from client/app/videos/video-watch/index.ts with 100% similarity]
client/src/app/videos/video-watch/video-watch.component.html [moved from client/app/videos/video-watch/video-watch.component.html with 100% similarity]
client/src/app/videos/video-watch/video-watch.component.scss [moved from client/app/videos/video-watch/video-watch.component.scss with 100% similarity]
client/src/app/videos/video-watch/video-watch.component.ts [moved from client/app/videos/video-watch/video-watch.component.ts with 89% similarity]
client/src/app/videos/video-watch/webtorrent.service.ts [moved from client/app/videos/video-watch/webtorrent.service.ts with 88% similarity]
client/src/assets/favicon.png [moved from client/images/favicon.png with 100% similarity]
client/src/custom-typings.d.ts [new file with mode: 0644]
client/src/index.html [new file with mode: 0644]
client/src/main.ts [moved from client/main.ts with 56% similarity]
client/src/polyfills.ts [new file with mode: 0644]
client/src/sass/application.scss [moved from client/stylesheets/base.scss with 100% similarity]
client/src/sass/pre-customizations.scss [new file with mode: 0644]
client/src/vendor.ts [new file with mode: 0644]
client/stylesheets/application.scss [deleted file]
client/stylesheets/bootstrap-variables.scss [deleted file]
client/systemjs.bundle.js [deleted file]
client/systemjs.config.js [deleted file]
client/tsconfig.json
client/webpack.config.js [new file with mode: 0644]
server.js