Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Transcript Postprocessor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FS Info TU Dortmund
Fachschaftsrat
Tools
Transcript Postprocessor
Commits
570081ba
Commit
570081ba
authored
2 months ago
by
Cedric Greiten
Browse files
Options
Downloads
Patches
Plain Diff
fix bootstrap import error
parent
a84e69b8
No related branches found
No related tags found
1 merge request
!116
Stop making the Compiler Cry
Pipeline
#285773
passed
2 months ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/globals.d.ts
+5
-0
5 additions, 0 deletions
src/globals.d.ts
src/index.ts
+0
-1
0 additions, 1 deletion
src/index.ts
with
5 additions
and
1 deletion
src/globals.d.ts
0 → 100644
+
5
−
0
View file @
570081ba
// If we don't do this, importing bootstrap.css throws a linter-error
declare
module
"
*.css
"
{
const
content
:
string
;
export
default
content
;
}
This diff is collapsed.
Click to expand it.
src/index.ts
+
0
−
1
View file @
570081ba
...
@@ -14,7 +14,6 @@ import {
...
@@ -14,7 +14,6 @@ import {
renderTranscriptPageHtml
,
renderTranscriptPageHtml
,
}
from
"
./lib/rendering
"
;
}
from
"
./lib/rendering
"
;
import
{
generateAttendancePage
}
from
"
./lib/attendance
"
;
import
{
generateAttendancePage
}
from
"
./lib/attendance
"
;
// @ts-ignore
import
bootstrap
from
"
bootstrap/dist/css/bootstrap.min.css
"
;
import
bootstrap
from
"
bootstrap/dist/css/bootstrap.min.css
"
;
async
function
main
()
{
async
function
main
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment