Skip to content

Commit

Permalink
Add list pages and video player
Browse files Browse the repository at this point in the history
  • Loading branch information
keenthekeen committed Mar 9, 2020
1 parent 6562453 commit d63ea10
Show file tree
Hide file tree
Showing 32 changed files with 996 additions and 155 deletions.
14 changes: 14 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"targets": {
"keendev-flick-a": {
"hosting": {
"app": [
"keendev-flick-a"
]
}
}
},
"projects": {
"production": "keendev-flick-a"
}
}
9 changes: 8 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
},
{
"input": "src/global.scss"
},
{
"input": "node_modules/video.js/dist/video-js.css"
},
{
"input": "node_modules/videojs-seek-buttons/dist/videojs-seek-buttons.css"
}
],
"scripts": []
Expand Down Expand Up @@ -191,7 +197,8 @@
}
},
"cli": {
"defaultCollection": "@ionic/angular-toolkit"
"defaultCollection": "@ionic/angular-toolkit",
"analytics": "a68a0485-6e9d-44a5-b42d-924ea1260442"
},
"schematics": {
"@ionic/angular-toolkit:component": {
Expand Down
19 changes: 19 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"hosting": [
{
"target": "app",
"public": "www",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
]
}
Loading

0 comments on commit d63ea10

Please sign in to comment.