mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-08 02:34:16 -04:00
WebApp: Fixing build and docker
This commit is contained in:
parent
efa94f47dc
commit
071e85689b
@ -6,7 +6,7 @@ RUN cmake . && make -j
|
||||
|
||||
FROM node:14-alpine as webapp
|
||||
WORKDIR /webapp
|
||||
COPY src/Kyoo.WebApp/Front .
|
||||
COPY front .
|
||||
RUN npm install -g @angular/cli
|
||||
RUN yarn install --frozen-lockfile
|
||||
RUN yarn run build --configuration production
|
||||
|
@ -1,14 +1,9 @@
|
||||
# Editor configuration, see https://editorconfig.org
|
||||
root = true
|
||||
root = false
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
insert_final_newline = true
|
||||
max_line_length = 120
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.md]
|
||||
max_line_length = off
|
||||
trim_trailing_whitespace = false
|
||||
|
@ -43,12 +43,7 @@
|
||||
"./node_modules/jquery/dist/jquery.min.js",
|
||||
"./node_modules/bootstrap/dist/js/bootstrap.bundle.min.js",
|
||||
"./node_modules/hls.js/dist/hls.js"
|
||||
],
|
||||
"stylePreprocessorOptions": {
|
||||
"includePaths": [
|
||||
"src"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
@ -59,7 +54,6 @@
|
||||
}
|
||||
],
|
||||
"optimization": true,
|
||||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
"namedChunks": false,
|
||||
"aot": true,
|
||||
|
@ -1,7 +1,8 @@
|
||||
@import "~bootstrap/scss/functions";
|
||||
@import "~bootstrap/scss/variables";
|
||||
@import "~bootstrap/scss/mixins/breakpoints";
|
||||
@import "variables";
|
||||
|
||||
$nav-bar-height: 64px;
|
||||
|
||||
#toolbar
|
||||
{
|
||||
|
@ -1,7 +1,6 @@
|
||||
@import "~bootstrap/scss/functions";
|
||||
@import "~bootstrap/scss/variables";
|
||||
@import "~bootstrap/scss/mixins/breakpoints";
|
||||
@import "variables";
|
||||
|
||||
a
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
//Roboto font
|
||||
@import "../static/roboto/sass/roboto.scss";
|
||||
@import "../../../static/roboto/sass/roboto.scss";
|
||||
|
||||
//Bootstrap configuration
|
||||
@import "~bootstrap/scss/functions";
|
||||
|
@ -1 +0,0 @@
|
||||
$nav-bar-height: 64px;
|
Before Width: | Height: | Size: 298 B After Width: | Height: | Size: 298 B |
Loading…
x
Reference in New Issue
Block a user